Struct Union and Arrays - SystemVerilog_Wiki
SystemVerilog struct construct Structs in SystemVerilog are much like C structures rather than their C++ counterparts. As long as a struct has not been declared packed-- we will come to that later, it may have any data type as its members. The syntax of t...