3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-05-08 16:25:49 +00:00
yosys/tests/verific/clocking.ys
2024-04-09 07:16:22 -07:00

10 lines
138 B
Text

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