summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Stensgård <mastensg@mastensg.net>2025-03-22 19:16:47 +0100
committerMartin Stensgård <mastensg@mastensg.net>2025-03-22 19:16:47 +0100
commit28f5d11d65af76caf3b4afc012e44648d77f4fce (patch)
tree7c3d380ea85fe7a317862450c840655c435fdf8c
parent4056f9bd21ae1981bad054f1c92fbff6ad2742ba (diff)
example/README: document dependency on nextpnr-ice40 packageHEADmaster
-rw-r--r--example/README2
1 files changed, 1 insertions, 1 deletions
diff --git a/example/README b/example/README
index a1841ce..9a129b0 100644
--- a/example/README
+++ b/example/README
@@ -2,7 +2,7 @@ Assuming you are running on a Raspberry Pi 2-4 or Zero (tested with bullseye):
1. Install all necessary packages to synthesize rot.v and build bit image (rot.bin) for the ice4pi:
- sudo apt-get install yosys fpga-icestorm arachne-pnr flashrom
+ sudo apt-get install yosys fpga-icestorm nextpnr-ice40 flashrom
make
2. Make sure your Pi has SPI enabled (e.g. use raspi-config)