yosys/tests/verific/clocking.ys

11 lines
142 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
2024-04-09 16:16:22 +02:00
import -import test
prep
select -assert-count 1 t:$assert