aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 48efb0f..cf51ef7 100644
--- a/README.md
+++ b/README.md
@@ -38,8 +38,8 @@ $ make install.libghdlsynth
Get yosys.
From ghdlsynth-beta:
-Patch yosys sources using yosys.diff
-Copy the ghdl/ directory in yosys/frontends
+Patch yosys sources using `yosys.diff`
+Copy the `ghdl/` directory in `yosys/frontends`
Configure yosys.
In Makefile.conf, add:
@@ -60,5 +60,5 @@ ghdl -a spin1.vhdl
yosys -p 'ghdl leds; synth_ice40 -blif leds.blif'
arachne-pnr -d 1k -o leds.asc -p leds.pcf leds.blif
icepack leds.asc leds.bin
-ceprog leds.bin
+iceprog leds.bin
```