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
As far as I understand -
Verilog uses type "reg" for flip flops and type "wire" for combinatorial logic.
System Verilog on the other hand - has type "logic"
Is this type the same as "signal" in VHDL?
Can it be used interchangeably instead of "reg" and "wire" to describe any logic ?
Verilog uses type "reg" for flip flops and type "wire" for combinatorial logic.
System Verilog on the other hand - has type "logic"
Is this type the same as "signal" in VHDL?
Can it be used interchangeably instead of "reg" and "wire" to describe any logic ?