yosys/tests/verific/clocking.ys

11 lines
139 B
Plaintext
Raw Normal View History

2025-02-14 05:32:17 +01:00
read -sv <<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