3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-06-19 20:33:39 +00:00
yosys/tests/verific/clocking.ys
2024-09-22 08:01:16 -07:00

10 lines
142 B
Text

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