mirror of
https://github.com/YosysHQ/yosys
synced 2025-06-24 06:43:41 +00:00
Clocking works with -formal flag
This commit is contained in:
parent
69bf7875dd
commit
2c3d2b3ec6
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
read -sv <<EOT
|
read -formal <<EOT
|
||||||
module test(input foo);
|
module test(input foo);
|
||||||
always @(*) assert(foo);
|
always @(*) assert(foo);
|
||||||
endmodule
|
endmodule
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue