mirror of
https://github.com/YosysHQ/yosys
synced 2025-09-26 19:31:31 +00:00
sv: fix size cast internal expression extension
This commit is contained in:
parent
59a7150344
commit
828e85068f
4 changed files with 156 additions and 2 deletions
5
tests/verilog/size_cast.ys
Normal file
5
tests/verilog/size_cast.ys
Normal file
|
@ -0,0 +1,5 @@
|
|||
read_verilog -sv size_cast.sv
|
||||
proc
|
||||
opt -full
|
||||
select -module top
|
||||
sat -verify -prove-asserts -show-all
|
Loading…
Add table
Add a link
Reference in a new issue