blob: fbed43f37c4aa991401214d5dbd6a2050bb4b2c1 [file] [log] [blame]
// Expects module port 'hello_world' to follow end with _i
module port_name_suffix(input bit hello_world);
endmodule