aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEddie Hung <eddieh@ece.ubc.ca>2019-04-15 22:50:53 -0700
committerGitHub <noreply@github.com>2019-04-15 22:50:53 -0700
commit250c914763b19fac6fc0d44bc4e6d1d6c3dd3d10 (patch)
tree20afbf37b61b56071df62adb20a2a9b39a7aca41
parentdb7e850ee85aa395aaa98ef4cc736378303f635a (diff)
parent003619e91cc9110627e84ad7e54208cbae6f2c43 (diff)
downloadnextpnr-250c914763b19fac6fc0d44bc4e6d1d6c3dd3d10.tar.gz
nextpnr-250c914763b19fac6fc0d44bc4e6d1d6c3dd3d10.tar.bz2
nextpnr-250c914763b19fac6fc0d44bc4e6d1d6c3dd3d10.zip
Merge pull request #266 from xanderlent/patch-1
Fix ice40 example directory in README.md
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index a9eaf393..b2144ce5 100644
--- a/README.md
+++ b/README.md
@@ -69,11 +69,11 @@ cmake -DARCH=ice40 -DICEBOX_ROOT=C:/ProgramData/icestorm/share/icebox -DCMAKE_TO
cmake --build . --config Release
```
-A simple example that runs on the iCEstick dev board can be found in `ice40/blinky.*`.
+A simple example that runs on the iCEstick dev board can be found in `ice40/examples/blinky/blinky.*`.
Usage example:
```
-cd ice40
+cd ice40/examples/blinky
yosys -p 'synth_ice40 -top blinky -json blinky.json' blinky.v # synthesize into blinky.json
nextpnr-ice40 --hx1k --json blinky.json --pcf blinky.pcf --asc blinky.asc # run place and route
icepack blinky.asc blinky.bin # generate binary bitstream file