mirror of
https://github.com/myhdl/myhdl.git
synced 2025-01-24 21:52:56 +08:00
Updated some README files
This commit is contained in:
parent
70eff2ddb3
commit
6d46fedaa9
@ -2,7 +2,7 @@ Conversion tests that should work with both VHDL and Verilog
|
|||||||
------------------------------------------------------------
|
------------------------------------------------------------
|
||||||
|
|
||||||
Requirements:
|
Requirements:
|
||||||
* cver, icarus, or GHDL
|
* cver, icarus, GHDL, or vcom/vlog (default)
|
||||||
* py.test
|
* py.test
|
||||||
|
|
||||||
See the Makefile - it contains targets per simulator.
|
See the Makefile - it contains targets per simulator.
|
||||||
|
@ -2,6 +2,6 @@ VHDL-specific conversion tests
|
|||||||
------------------------------
|
------------------------------
|
||||||
|
|
||||||
Requirements:
|
Requirements:
|
||||||
* GHDL
|
* GHDL or vcom (default)
|
||||||
* py.test
|
* py.test
|
||||||
|
|
||||||
|
@ -5,12 +5,7 @@ Requirements:
|
|||||||
* cver or icarus
|
* cver or icarus
|
||||||
* co-simulation with the target simulator enabled
|
* co-simulation with the target simulator enabled
|
||||||
|
|
||||||
cver is setup by default. You can change that by going into util.py
|
icarus is setup by default. You can change that by going into util.py
|
||||||
and using the Icarus definitions for the functions setupCosimulation
|
and using the cver definitions for the functions setupCosimulation
|
||||||
and verilogCompile.
|
and verilogCompile.
|
||||||
|
|
||||||
The test suite should run without errors or failures with Cver
|
|
||||||
(GPLCVER_2.11a). However, with Icarus 0.8.1 some tests in test_dec and
|
|
||||||
test_signed fail. It has been found that Icarus 0.8 is currently
|
|
||||||
unreliable for signed arithmetic. It has been reported that the issues
|
|
||||||
are addressed in 0.9 development.
|
|
||||||
|
@ -2,7 +2,7 @@ Verilog-specific conversion tests
|
|||||||
---------------------------------
|
---------------------------------
|
||||||
|
|
||||||
Requirements:
|
Requirements:
|
||||||
* cver or icarus
|
* cver, icarus or vlog (default)
|
||||||
* py.test
|
* py.test
|
||||||
|
|
||||||
See the Makefile - it contains targets per simulator.
|
See the Makefile - it contains targets per simulator.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user