shaiko
Advanced Member level 5
Hello,
Suppose we have an output module port named: x.
We want x to be defined as type "logic".
Do we have to explicitly define it:
Or is it enough to define it as:
Is x considered to be of "logic" type by default ?
Suppose we have an output module port named: x.
We want x to be defined as type "logic".
Do we have to explicitly define it:
Code:
output logic x
Or is it enough to define it as:
Code:
output x
Is x considered to be of "logic" type by default ?