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