4 lines
73 B
Coq
4 lines
73 B
Coq
![]() |
module TECH_OR5(input [4:0] in, output out);
|
||
|
assign out = |in;
|
||
|
endmodule
|