yosys/tests/verific/clocking.ys

11 lines
143 B
Plaintext
Raw Normal View History

2024-09-22 17:01:16 +02:00
read -formal <<EOT
module test(input foo);
always @(*) assert(foo);
endmodule
EOT
2025-02-14 04:40:33 +01:00
verific -import test
prep
select -assert-count 1 t:$assert