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

sim files

This commit is contained in:
jand 2007-06-25 18:36:30 +00:00
parent 64e602e043
commit 8ac1ab0cff
4 changed files with 10 additions and 1 deletions

View File

@ -0,0 +1,3 @@
from myhdl.conversion import verify
verify.simulator = "GHDL"

View File

@ -0,0 +1,3 @@
from myhdl.conversion import verify
verify.simulator = "cver"

View File

@ -0,0 +1,3 @@
from myhdl.conversion import verify
verify.simulator = "icarus"

View File

@ -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