yosys/tests/hana/test_parse2synthtrans_port_...

7 lines
69 B
Coq
Raw Normal View History

2013-01-05 04:13:26 -06:00
module test(in, out, io);
inout io;
output out;
input in;
endmodule