Forum Discussion
GHe
New Contributor
7 years agoHi I have this piece of code: in a package i have the record declaration (unconstrained): modelsim is able to compile it, but quartus not (VHDL 2008). I tried 15.1 and 18 version . how can i overcome this without constraint the record in the package?
entity U1 is
generic
(
POS_CONFIG_1 : positive := 8;
POS_CONFIG_2 : positive := 75;
POS_CONFIG_3 : positive := 10;
POS_CONFIG_4 : positive := 48;
POS_CO...
Tricky
Occasional Contributor
7 years agoQuartus Prime Standard only ever had limited 2008 support, and unconstrained record types was never a supported feature.
Prime Pro has full 2008 support.
Only answer is to use prime pro, or constrain the record type definition.