2015-02-18 10:53:02 -05:00
|
|
|
from litescope.host.driver.uart import LiteScopeUARTDriver
|
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-02-18 10:53:02 -05:00
|
|
|
wb = LiteScopeUARTDriver(com, baud, csr_csv_file, busword, debug_wb)
|