3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-08-04 18:30:25 +00:00
This commit is contained in:
Marcin Kościelnicki 2019-11-18 04:16:48 +01:00
parent 527434de49
commit 38e72d6e13
2 changed files with 21 additions and 4 deletions

13
tests/various/bug1496.ys Normal file
View file

@ -0,0 +1,13 @@
read_ilang << EOF
module \top
wire input 1 \A
wire output 2 \Y
cell $_AND_ \sub
connect \A \A
connect \B 1'0
connect \Y \Y
end
end
EOF
extract_fa