yosys/tests/hana/test_simulation_techmap_and_5_tech.v

4 lines
74 B
Coq
Raw Normal View History

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