mirror of
https://github.com/enjoy-digital/litex.git
synced 2025-01-04 09:52:26 -05:00
9 lines
No EOL
209 B
Python
9 lines
No EOL
209 B
Python
from litescope.host.driver import LiteScopeUART2WBDriver
|
|
|
|
csr_csv_file = "./csr.csv"
|
|
busword = 32
|
|
debug_wb = False
|
|
|
|
com = 2
|
|
baud = 921600
|
|
wb = LiteScopeUART2WBDriver(com, baud, csr_csv_file, busword, debug_wb) |