README: improve instructions for litex_sim

This commit is contained in:
Florent Kermarrec 2018-10-27 11:06:53 +02:00
parent e3935b481e
commit f916705313

8
README
View file

@ -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.