In reply to acemaria90:
The direct equivalent of a VHDL record is a SystemVerilog struct. An interface is certainly much more powerful as Ben states that gives you almost class-like functionality, but a struct may be more appropriate in many cases.
In reply to acemaria90:
The direct equivalent of a VHDL record is a SystemVerilog struct. An interface is certainly much more powerful as Ben states that gives you almost class-like functionality, but a struct may be more appropriate in many cases.