enjoy-digital / litesata

Small footprint and configurable SATA core
Other
119 stars 33 forks source link

how is the serial port used? #24

Closed Quenii closed 3 years ago

Quenii commented 3 years ago

I've tried to generate a sata core for ultrascale device using script under bench directory. And there is a serial port in the top module. so what command should I send to the port to let it run? and what's the baudrate?

enjoy-digital commented 3 years ago

Hello @Quenii,

sorry for the delay. You have to open LiteX Server on the serial port: litex_server --uart --uart-port=/dev/ttyUSBX (more information at https://github.com/enjoy-digital/litex/wiki/Use-Host-Bridge-to-control-debug-a-SoC) and then can run the test_bist.py script.