mirror of
https://github.com/YosysHQ/yosys
synced 2025-07-30 16:03:17 +00:00
Merge pull request #4135 from YosysHQ/verific_clocking_fix
Fix verific clocking when no driver exist
This commit is contained in:
commit
242ae4ef01
2 changed files with 11 additions and 1 deletions
10
tests/verific/clocking.ys
Normal file
10
tests/verific/clocking.ys
Normal file
|
@ -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
|
Loading…
Add table
Add a link
Reference in a new issue