yosys/tests/hana/test_simulation_techmap_or_5_tech.v

4 lines
73 B
Coq
Raw Normal View History

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