From: Florent Kermarrec Date: Sat, 27 Oct 2018 09:06:53 +0000 (+0200) Subject: README: improve instructions for litex_sim X-Git-Tag: 24jan2021_ls180~1557 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=f916705313f6b556f66d931a0c2b0d5d18825f09;p=litex.git README: improve instructions for litex_sim --- diff --git a/README b/README index e167f55b..388858ca 100644 --- a/README +++ b/README @@ -136,9 +136,11 @@ FPGA lessons/tutorials can be found at: https://github.com/enjoy-digital/fpga_10 5. ... and/or install Verilator and test LiteX on your computer: Download and install Verilator: http://www.veripool.org/ - Install libevent-devel / json-c-devel packages - Go to boards/targets - ./sim.py + On Fedora: + sudo dnf install libevent-devel json-c-devel + On Ubuntu: + sudo apt install libevent-dev libjson-c-dev + run: litex_sim 6. Run a terminal program on the board's serial port at 115200 8-N-1. You should get the BIOS prompt.