yosys/tests/hana/test_parse2synthtrans_port_...

7 lines
69 B
Verilog

module test(in, out, io);
inout io;
output out;
input in;
endmodule