mirror of https://github.com/YosysHQ/yosys.git
6 lines
137 B
Coq
6 lines
137 B
Coq
|
// ---------------------------------------
|
||
|
|
||
|
module \$__ABC9_DPR16X4_COMB (input [3:0] A, S, output [3:0] Y);
|
||
|
assign Y = A;
|
||
|
endmodule
|