3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-04-06 01:24:10 +00:00
yosys/tests/sat/bug2595.ys
2024-11-05 12:36:31 +13:00

19 lines
291 B
Plaintext

read_rtlil <<EOT
module \top
wire input 3 \A
wire width 2 input 2 \B
wire width 2 input 1 \S
wire \Y
cell $pmux \my_pmux
parameter signed \S_WIDTH 2
parameter signed \WIDTH 1
connect \A \A
connect \B \B
connect \S \S
connect \Y \Y
end
end
EOT
assertpmux