From ecf716c5510cd3b4f0006ba4ff074107e76d88ba Mon Sep 17 00:00:00 2001 From: Tristan Gingold Date: Wed, 15 Feb 2017 13:55:26 +0100 Subject: README.md: more markdown --- README.md | 8 +++++--- 1 file 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 -- cgit v1.2.3