Forum Discussion

MakV's avatar
MakV
Icon for New Contributor rankNew Contributor
7 years ago

In Quartus we set the VHDL version with Settings -> Compiler Settings -> VHDL Input. How to inform the platform viewer about the VHDL version?

I am using the custom types and written those in the package. I am using them unconstrained like below type mydatatype is array (integer range <>) of unsigned; And with the settings the VHDL ver...