litex/test/config.py
Florent Kermarrec 9326985e05 update LiteScope
2015-02-18 16:53:02 +01:00

9 lines
No EOL
208 B
Python

from litescope.host.driver.uart import LiteScopeUARTDriver
csr_csv_file = "./csr.csv"
busword = 32
debug_wb = False
com = 2
baud = 921600
wb = LiteScopeUARTDriver(com, baud, csr_csv_file, busword, debug_wb)