mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-23 00:55:32 +00:00
parent
01ccb80b70
commit
4746ffd7b2
2 changed files with 19 additions and 1 deletions
18
tests/sat/bug2595.ys
Normal file
18
tests/sat/bug2595.ys
Normal file
|
@ -0,0 +1,18 @@
|
|||
read_ilang <<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
|
Loading…
Add table
Add a link
Reference in a new issue