Forum Discussion

Altera_Forum's avatar
Altera_Forum
Icon for Honored Contributor rankHonored Contributor
15 years ago

Systemverilog packed structs in Quartus II?

I have a systemverilog header file (types.svh) that contains a number of the following: typedef struct packed { bit [127:0] field1; bit [63:0] field2; bit [127:0] field3; ...