mirror of
https://github.com/myhdl/myhdl.git
synced 2025-01-24 21:52:56 +08:00
sim files
This commit is contained in:
parent
64e602e043
commit
8ac1ab0cff
3
myhdl/test/toVHDL/GHDL.py
Normal file
3
myhdl/test/toVHDL/GHDL.py
Normal file
@ -0,0 +1,3 @@
|
||||
from myhdl.conversion import verify
|
||||
|
||||
verify.simulator = "GHDL"
|
3
myhdl/test/toVHDL/cver.py
Normal file
3
myhdl/test/toVHDL/cver.py
Normal file
@ -0,0 +1,3 @@
|
||||
from myhdl.conversion import verify
|
||||
|
||||
verify.simulator = "cver"
|
3
myhdl/test/toVHDL/icarus.py
Normal file
3
myhdl/test/toVHDL/icarus.py
Normal file
@ -0,0 +1,3 @@
|
||||
from myhdl.conversion import verify
|
||||
|
||||
verify.simulator = "icarus"
|
@ -56,7 +56,7 @@ def bin2grayBench(width, bin2gray):
|
||||
#print "B: " + bin(B, width) + "| G_v: " + bin(G_v, width)
|
||||
#print bin(G, width)
|
||||
#print bin(G_v, width)
|
||||
print G
|
||||
print "%0d" % G
|
||||
|
||||
|
||||
return stimulus, bin2gray_inst
|
||||
|
Loading…
x
Reference in New Issue
Block a user