3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-07-29 07:27:58 +00:00

Fix verific clocking when no driver exist

This commit is contained in:
Miodrag Milanovic 2024-01-18 08:47:04 +01:00
parent bd956d76ba
commit 1764c0ee3c
2 changed files with 11 additions and 1 deletions

10
tests/verific/clocking.ys Normal file
View file

@ -0,0 +1,10 @@
read -sv <<EOT
module test(input foo);
always @(*) assert(foo);
endmodule
EOT
verific -import test
prep
select -assert-count 1 t:$assert