2015-01-22 19:34:59 -05:00
|
|
|
from litescope.host.driver import LiteScopeUART2WBDriver
|
2014-09-22 06:33:23 -04:00
|
|
|
|
|
|
|
csr_csv_file = "./csr.csv"
|
2015-01-16 14:53:17 -05:00
|
|
|
busword = 32
|
2014-09-22 06:33:23 -04:00
|
|
|
debug_wb = False
|
|
|
|
|
|
|
|
com = 2
|
2014-12-19 11:45:02 -05:00
|
|
|
baud = 921600
|
2015-01-22 19:34:59 -05:00
|
|
|
wb = LiteScopeUART2WBDriver(com, baud, csr_csv_file, busword, debug_wb)
|