mirror of
https://github.com/YosysHQ/yosys
synced 2025-11-01 12:07:51 +00:00
Fix setting bits of parameters in setundef pass
This commit also adds test that verifies correctness of this change.
This commit is contained in:
parent
cef87cc179
commit
8e508f2a2a
3 changed files with 19 additions and 1 deletions
8
tests/various/setundef.ys
Normal file
8
tests/various/setundef.ys
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
read_verilog -sv setundef.sv
|
||||
setundef -zero -params
|
||||
hierarchy -top top
|
||||
flatten
|
||||
proc
|
||||
async2sync
|
||||
write_json
|
||||
sat -seq 5 -prove-asserts
|
||||
Loading…
Add table
Add a link
Reference in a new issue