mirror of https://github.com/YosysHQ/yosys.git
Merge 62b29b0b75 into 240439bdb0
This commit is contained in:
commit
db31eafb62
|
|
@ -1189,7 +1189,6 @@ def write_vlogtb_trace(steps, index):
|
|||
print(" initial genclock = 1;", file=f)
|
||||
print("`endif", file=f)
|
||||
|
||||
print(" reg genclock = 1;", file=f)
|
||||
print(" reg [31:0] cycle = 0;", file=f)
|
||||
|
||||
primary_inputs = list()
|
||||
|
|
|
|||
Loading…
Reference in New Issue