diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -89,7 +89,7 @@ make -j$(nproc) sudo make install ``` - - For an ECP5 blinky, first synthesise using `yosys blinky.ys` in `ecp5/synth`. + - For an ECP5 blinky on the 45k ULX3S board, first synthesise using `yosys blinky.ys` in `ecp5/synth`. - Then run ECP5 place-and route using `./nextpnr-ecp5 --json ecp5/synth/blinky.json --basecfg ecp5/synth/ulx3s_empty.config --bit ecp5/synth/ulx3s.bit` - Note that `ulx3s_empty.config` contains fixed/unknown bits to be copied to the output bitstream - You can also use `--textcfg out.config` to write a text file describing the bitstream for debugging @@ -101,7 +101,7 @@ sudo make install ### nextpnr-generic -The generic target allows to run place and route for an arbitrary custom architecture. +The generic target allows running placement and routing for arbitrary custom architectures. ``` cmake -DARCH=generic . |