yosys/tests/hana/test_simulation_techmap_or_...

4 lines
73 B
Coq
Raw Normal View History

2013-01-05 04:13:26 -06:00
module TECH_OR5(input [4:0] in, output out);
assign out = |in;
endmodule