mirror of
https://github.com/YosysHQ/yosys
synced 2025-11-05 13:56:04 +00:00
verilog: indirect AST_CONCAT and AST_TO_UNSIGNED port connections
- AST_CONCAT and AST_TO_UNSIGNED are always unsigned, but may generate RTLIL that exclusively reference a signed wire. - AST_CONCAT may also contain a memory write.
This commit is contained in:
parent
e8f8297e5d
commit
f55fbb5803
6 changed files with 72 additions and 9 deletions
7
tests/verilog/signed_concat.ys
Normal file
7
tests/verilog/signed_concat.ys
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
read_verilog signed_concat.v
|
||||
hierarchy
|
||||
proc
|
||||
flatten gate
|
||||
equiv_make gold gate equiv
|
||||
equiv_simple
|
||||
equiv_status -assert
|
||||
Loading…
Add table
Add a link
Reference in a new issue