aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2017-02-15 13:55:26 +0100
committerTristan Gingold <tgingold@free.fr>2017-02-15 13:55:26 +0100
commitecf716c5510cd3b4f0006ba4ff074107e76d88ba (patch)
tree242fe77fe4f6ec55ecbf2b9181a57ec31524909f
parent336510c27ac4149d5b53de020da19ed87c7fa8a4 (diff)
downloadghdl-yosys-plugin-ecf716c5510cd3b4f0006ba4ff074107e76d88ba.tar.gz
ghdl-yosys-plugin-ecf716c5510cd3b4f0006ba4ff074107e76d88ba.tar.bz2
ghdl-yosys-plugin-ecf716c5510cd3b4f0006ba4ff074107e76d88ba.zip
README.md: more markdown
-rw-r--r--README.md8
1 files changed, 5 insertions, 3 deletions
diff --git a/README.md b/README.md
index cf51ef7..2bead4a 100644
--- a/README.md
+++ b/README.md
@@ -9,7 +9,7 @@ Get and install yosys.
Get ghdl from github,
build and install
-build and install libghdlsynth.so:
+build and install `libghdlsynth.so`:
```sh
$ make libghdlsynth.so
$ make install.libghdlsynth.shared
@@ -17,9 +17,11 @@ $ make install.libghdlsynth.shared
From ghdlsynth-beta:
+```sh
make GHDL_PREFIX=prefix-used-to-configure-ghdl
+```
-This generates ghdl.so, which can be used directly:
+This generates `ghdl.so`, which can be used directly:
```sh
$ yosys -m ghdl.so
@@ -29,7 +31,7 @@ $ yosys -m ghdl.so
Get ghdl from github,
build and install
-build and install libghdlsynth.a:
+build and install `libghdlsynth.a`:
```sh
$ make libghdlsynth.a
$ make install.libghdlsynth