shaiko
Advanced Member level 5
- Joined
- Aug 20, 2011
- Messages
- 2,644
- Helped
- 303
- Reputation
- 608
- Reaction score
- 297
- Trophy points
- 1,363
- Activity points
- 18,302
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 ?