Capstone2022Team17 / drgbl

Litex/Migen project repository
BSD 2-Clause "Simplified" License
1 stars 1 forks source link

Look into Litescope and how you could possibly use one port for both the server and LiteScope #12

Closed Fgfg1 closed 1 year ago

tylerricks377 commented 1 year ago

Here it is. We can actually use litescope over one UART connection.

The following was from 2021-05-24 in the irc chat logs.

12:40 <_florent_> so build with --uart-name=crossover+uartbone 12:40 <_florent_> then open litex_server with --uart --uart-port=/dev/ttyUSBX 12:41 <_florent_> then litex_term crossover

After running these commands (litex_term command has to be run in a different terminal while litex_server is running), you can open a new terminal, go to the same directory, and all the litescope_cli commands are available for your use (while litex_server is running).

https://github.com/enjoy-digital/litex/wiki/Use-LiteScope-To-Debug-A-SoC