1
0
mirror of synced 2026-05-05 15:45:07 +00:00
Files
YosysHQ.yosys/tests/functional/single_cells/rtlil/test_cell_shift_00000.il
2024-08-21 11:01:09 +01:00

18 lines
377 B
Plaintext

# Generated by Yosys 0.41+101 (git sha1 83a8e5de4, g++ 13.2.0 -fPIC -Os)
autoidx 1
module \gold
wire input 1 \A
wire width 6 input 2 \B
wire width 4 output 3 \Y
cell $shift \UUT
parameter \A_SIGNED 1
parameter \A_WIDTH 1
parameter \B_SIGNED 1
parameter \B_WIDTH 6
parameter \Y_WIDTH 4
connect \A \A
connect \B \B
connect \Y \Y
end
end