abc9: generate $abc9_holes design instead of <name>$holes
[yosys.git] / techlibs / ecp5 / abc9_model.v
1 // ---------------------------------------
2
3 (* abc9_box *)
4 module \$__ABC9_DPR16X4_COMB (input [3:0] $DO, RAD, output [3:0] DO);
5 specify
6 ($DO => DO) = 0;
7 (RAD[0] *> DO) = 141;
8 (RAD[1] *> DO) = 379;
9 (RAD[2] *> DO) = 275;
10 (RAD[3] *> DO) = 379;
11 endspecify
12 endmodule