I need a clarification on SystemVerilog IEEE Std 1800-2012, ports section 23.2.2.3.
The LRM says when the port kind (net type or variable) is omitted on input port, it defaults to net type, but when the input port is of bit data type without specifying the port kind, does it infer to net type according to LRM?
A reply would be highly appreciated!