Sign in
foss-fpga-tools
/
third_party
/
verible
/
7ef4fe45b18f3999c48af7db0b868d6fca18f025
/
.
/
verilog
/
tools
/
lint
/
testdata
/
port_name_suffix.sv
blob: fbed43f37c4aa991401214d5dbd6a2050bb4b2c1 [
file
] [
log
] [
blame
]
// Expects module port 'hello_world' to follow end with _i
module
port_name_suffix
(
input bit hello_world
);
endmodule