From 5bb82eb499d0f95c24793213713458589277f339 Mon Sep 17 00:00:00 2001 From: Markus Koch Date: Wed, 18 May 2016 17:17:24 +0200 Subject: [PATCH] Updated README --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 4994961..22ac467 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ First install ghdl from [github](https://github.com/tgingold/ghdl/) and install Then, to compile the wrapper, simply do the following: ``` -git clone +git clone https://github.com/cclassic/model-ghdl cmake . make ``` @@ -27,7 +27,7 @@ VCOM ### Notes * *cwd* is expected to be the compile directory -* Recommended arguments: -ghdl --ieee=synopsys -ghdl -fexplicit -ghdl -P[/path/to/lib](https://github.com/tgingold/ghdl/tree/master/libraries/vendors) +* Recommended arguments: -ghdl --ieee=synopsys -ghdl -fexplicit -ghdl -frelaxed-rules -ghdl -P[/path/to/lib](https://github.com/tgingold/ghdl/tree/master/libraries/vendors) VSIM ---- @@ -40,7 +40,7 @@ VSIM ### Notes * *cwd* is expected to be the source directory (used for .gtkw save path) -* Recommended arguments: -gtkwprefix gtkwave/ -ghdl --ieee=synopsys -ghdl -fexplicit -ghdl -P[/path/to/lib](https://github.com/tgingold/ghdl/tree/master/libraries/vendors) +* Recommended arguments: -gtkwprefix gtkwave/ -ghdl --ieee=synopsys -ghdl -fexplicit -ghdl -frelaxed-rules -ghdl -P[/path/to/lib](https://github.com/tgingold/ghdl/tree/master/libraries/vendors) VMAP