1
0
mirror of https://github.com/myhdl/myhdl.git synced 2025-01-24 21:52:56 +08:00

22 lines
937 B
Plaintext
Raw Normal View History

2003-05-14 10:43:02 +00:00
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'
2003-05-14 11:38:42 +00:00
PLI 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 PLI
module path.
2003-05-14 10:43:02 +00:00
2004-03-02 11:11:31 +00:00
To test whether it works, go to the 'test' subdirectory and run the
tests with 'python test_all.py'.
2003-05-17 16:21:35 +00:00
For co-simulation with MyHDL, 'vvp' should be run with the 'myhdl.vpi'
2003-05-14 11:38:42 +00:00
PLI module, and the Verilog code should contain the appropriate calls
to the '$to_myhdl' and 'from_myhdl' tasks.
2003-05-14 10:43:02 +00:00
The 'myhdl.vpi' module was developed and verified with Icarus 0.7.
2003-11-24 10:37:13 +00:00
2004-03-02 11:11:31 +00:00
Between snapshot 20030518 (used in MyHDL 0.3), and 20031009, the
2003-11-24 10:37:13 +00:00
Icarus scheduler has been improved. This requires a small update
of myhdl.c. The current version is supposed to work with recent
2004-03-03 09:56:04 +00:00
snapshots - the older version is available in myhdl.c.20030518.