1
0
mirror of synced 2026-01-29 21:40:57 +00:00
Files
YosysHQ.yosys/tests/verific/clocking.ys
2024-01-18 08:47:04 +01:00

11 lines
139 B
Plaintext

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