1
0
mirror of https://github.com/myhdl/myhdl.git synced 2024-12-14 07:44:38 +08:00

Icarus install instructions

This commit is contained in:
jand 2003-05-14 10:43:02 +00:00
parent 4a1a19b56f
commit 924ab794db
2 changed files with 14 additions and 2 deletions

View File

@ -2,8 +2,7 @@ Release 0.2 19-May-2003
-----------------------
* Added cosimulation support to MyHDL.
A PLI interface module to the Icarus Verilog simulator is included in
the release.
A PLI interface module to the Icarus Verilog simulator is included.
Release 0.1 7-Mar-2003

View File

@ -0,0 +1,13 @@
A working Icarus installation is required, so that the commands
'iverilog' and 'vvp' are available.
Run the Makefile by typing 'make'. This should generate a 'myhdl.vpi'
module. Install it in an appropriate location, where 'vvp' can find
it. Note that you can use the '-m' flag to vvp to specify the module
path.
For cosimulation with MyHDL, 'vvp' should be run with the 'myhdl.vpi'
PLI module, and the Verilog code should contain the appropriate task
calls '$to_myhdl' and 'from_myhdl'.
The 'myhdl.vpi' module was developed and verified with Icarus 0.7.