mirror of
https://github.com/YosysHQ/yosys
synced 2025-07-24 13:18:56 +00:00
Fix corner case of pos cell with input and output being same width
This commit is contained in:
parent
fad76ce677
commit
7cff8fa3a3
2 changed files with 16 additions and 1 deletions
13
tests/functional/single_cells/rtlil/test_cell_pos_00001.il
Normal file
13
tests/functional/single_cells/rtlil/test_cell_pos_00001.il
Normal file
|
@ -0,0 +1,13 @@
|
|||
# Generated by Yosys 0.40+7 (git sha1 d8b5b90e7, g++ 13.2.0 -Og -fPIC)
|
||||
autoidx 1
|
||||
module \gold
|
||||
wire width 6 input 1 \A
|
||||
wire width 6 output 2 \Y
|
||||
cell $pos \UUT
|
||||
parameter \A_SIGNED 0
|
||||
parameter \A_WIDTH 6
|
||||
parameter \Y_WIDTH 6
|
||||
connect \A \A
|
||||
connect \Y \Y
|
||||
end
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue