Hello I’m new to Verilog and I’ve been confused over this. In some examples the inputs and outputs are declared as wires or regs and on others they are just listed like this: Module(input a, b, output c)
What is the default data type given to these values?