3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-04-23 17:15:33 +00:00

Clocking works with -formal flag

This commit is contained in:
Akash Levy 2024-09-22 08:01:16 -07:00
parent 69bf7875dd
commit 2c3d2b3ec6

View file

@ -1,4 +1,4 @@
read -sv <<EOT
read -formal <<EOT
module test(input foo);
always @(*) assert(foo);
endmodule