3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-04-20 23:56:38 +00:00

Revert clocking.ys

This commit is contained in:
Akash Levy 2025-02-13 20:32:17 -08:00
parent 500997fec9
commit 9cc82c7044

View file

@ -1,4 +1,4 @@
read -formal <<EOT
read -sv <<EOT
module test(input foo);
always @(*) assert(foo);
endmodule