summaryrefslogtreecommitdiff
path: root/tests/hana/test_parser_constructs_port_basic0_test.v
blob: 8478e31da8f04313e19a2a4d8ec782ae378e1b06 (plain)
1
2
3
4
5
6
7
8
module test(in, out, io, vin, vout, vio);
input in;
output out;
inout io;
input [3:0] vin;
output [3:0] vout;
inout [0:3] vio;
endmodule