3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2026-06-19 07:16:27 +00:00
This commit is contained in:
trayres 2026-06-19 06:41:27 +00:00 committed by GitHub
commit 23c5eadad8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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