abc9: suppress warnings when no compatible + used flop boxes formed
[yosys.git] / tests / various / autoname.ys
1 read_ilang <<EOT
2 autoidx 2
3 module \top
4 wire output 3 $y
5 wire input 1 \a
6 wire input 2 \b
7 cell $and \b_$and_B
8 parameter \A_SIGNED 0
9 parameter \A_WIDTH 1
10 parameter \B_SIGNED 0
11 parameter \B_WIDTH 1
12 parameter \Y_WIDTH 1
13 connect \A \a
14 connect \B \b
15 connect \Y $y
16 end
17 end
18 EOT
19 autoname