Updated README

This commit is contained in:
Markus Koch 2016-04-30 11:54:10 +02:00
parent ad960b7243
commit 37b4af2913
1 changed files with 3 additions and 3 deletions

View File

@ -5,7 +5,7 @@ A wrapper for GHDL to make it look like Mentor's ModelSim. Helpful for use with
Compiling and use Compiling and use
----------------- -----------------
First install ghdl from [ghdl-updates](https://sourceforge.net/projects/ghdl-updates/). Model-ghdl expects to find the ghdl executable in the $PATH. First install ghdl from [github](https://github.com/tgingold/ghdl/) and install GtkWave. Model-ghdl expects to find the ghdl and gtkwave executables in the system $PATH.
Then, to compile the wrapper, simply do the following: Then, to compile the wrapper, simply do the following:
``` ```
@ -15,7 +15,6 @@ make
``` ```
The five modelsim applications should now be present in the current folder as symlinks along with a model-ghdl binary. Either install these into your path or point your IDE to the location of the files. The five modelsim applications should now be present in the current folder as symlinks along with a model-ghdl binary. Either install these into your path or point your IDE to the location of the files.
VCOM VCOM
---- ----
### Original commands ### Original commands
@ -28,7 +27,7 @@ VCOM
### Notes ### Notes
* *cwd* is expected to be the compile directory * *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)
VSIM VSIM
---- ----
@ -41,6 +40,7 @@ VSIM
### Notes ### Notes
* *cwd* is expected to be the source directory (used for .gtkw save path) * *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)
VMAP VMAP