aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-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