yosys/tests/verific/clocking.ys

11 lines
143 B
Plaintext

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