Forum Discussion
Altera_Forum
Honored Contributor
10 years agoThe problem is Quartus does not have proper VHDL 2008 support. It only supports specific features of the language, as specified here: http://quartushelp.altera.com/14.1/mergedprojects/hdl/vhdl/vhdl_list_2008_vhdl_support.htm
This does not include any of the updated versions of the ieee libraries. So you will have to stick to the '93 versions (and use a simulator to check for 'X' propogation to find multiple drivers - the synth tool will tell you this too).