mirror of
https://github.com/YosysHQ/yosys.git
synced 2026-08-22 14:17:27 +02:00
Fix verific clocking when no driver exist
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
read -sv <<EOT
|
||||
module test(input foo);
|
||||
always @(*) assert(foo);
|
||||
endmodule
|
||||
EOT
|
||||
|
||||
verific -import test
|
||||
prep
|
||||
|
||||
select -assert-count 1 t:$assert
|
||||
Reference in New Issue
Block a user