mirror of
https://github.com/YosysHQ/picorv32.git
synced 2025-01-03 03:43:38 -05:00
scripts/icestorm: add readme
Notes about how to build proper simulation vs hardware bitstreams. Signed-off-by: Austin Seipp <aseipp@pobox.com>
This commit is contained in:
parent
13a9edf122
commit
770b5bd4c6
1 changed files with 12 additions and 0 deletions
12
scripts/icestorm/readme.md
Normal file
12
scripts/icestorm/readme.md
Normal file
|
@ -0,0 +1,12 @@
|
|||
To build the example LED-blinking firmware for an HX8K Breakout Board and get
|
||||
a timing report (checked against the default 12MHz oscillator):
|
||||
|
||||
$ make clean example.bin timing
|
||||
|
||||
To run all the simulation tests:
|
||||
|
||||
$ make clean example_sim synth_sim route_sim FIRMWARE_COUNTER_BITS=4
|
||||
|
||||
(You must run the `clean` target to rebuild the firmware with the updated
|
||||
`FIRMWARE_COUNTER_BITS` parameter; the firmware source must be recompiled for
|
||||
simulation vs hardware, but this is not tracked as a Makefile dependency.)
|
Loading…
Reference in a new issue