Forum Discussion
Altera_Forum
Honored Contributor
9 years agoThe fixed_pkg was added to VHDL 2008. David Bishop created a version that was compatible with VHDL '93 and has most of the features of the 2008 version, but is not part of the VHDL standard so users have to "use it at their own risk". Many people have used it succesfully however, including me. Quartus has only just started supporting the official 2008 version from Version 15.1 pro.
Nothing is different in the underlying hardware. There is nothing you can do with the fixed_pkg you cannot do with numeric_std. Its just a more convenient way of coding.