litex/test/config.py

9 lines
209 B
Python
Raw Normal View History

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"
busword = 32
2014-09-22 06:33:23 -04:00
debug_wb = False
com = 2
baud = 921600
2015-01-22 19:34:59 -05:00
wb = LiteScopeUART2WBDriver(com, baud, csr_csv_file, busword, debug_wb)