litex/misoclib/mem/litesata/example_designs/test/config.py

9 lines
208 B
Python
Raw Normal View History

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"
busword = 32
2014-09-22 06:33:23 -04:00
debug_wb = False
com = 2
baud = 921600
2015-02-18 10:53:02 -05:00
wb = LiteScopeUARTDriver(com, baud, csr_csv_file, busword, debug_wb)