mirror of
https://github.com/YosysHQ/yosys
synced 2025-07-25 05:37:02 +00:00
Merge remote-tracking branch 'origin/master' into xc7mux
This commit is contained in:
commit
e5aa3feb1b
3 changed files with 15 additions and 3 deletions
|
@ -1023,6 +1023,8 @@ class MkVcd:
|
|||
assert t >= self.t
|
||||
if t != self.t:
|
||||
if self.t == -1:
|
||||
print("$version Generated by Yosys-SMTBMC $end", file=self.f)
|
||||
print("$timescale 1ns $end", file=self.f)
|
||||
print("$var integer 32 t smt_step $end", file=self.f)
|
||||
print("$var event 1 ! smt_clock $end", file=self.f)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue