Forum Discussion
Altera_Forum
Honored Contributor
8 years ago[VHDL] VHDL-2008 'context' clause of the packages -> not recognized by Quartus Prime?
Hi All,
Does Quartus Prime support VHDL-2008 'context' clause of the packages? I'm receiving the following error:Error (10500): VHDL syntax error at t_all.vhd(6) near text "context"; expecting "entity", or "architecture", or "use", or "library", or "package", or "configuration" for the following file contents: context t_all is
library pkgs;
use pkgs.t_bit.all;
use pkgs.t_lpfsm.all;
use pkgs.t_des.all;
use pkgs.t_fifo.all;
use pkgs.t_ports.all;
use pkgs.t_tbl.all;
end context t_all;
It seems Questa Prime does not recognize the context keyword... So, how to fix/workaround? Thank you!2 Replies
- Altera_Forum
Honored Contributor
Hi
Can try by changing the compiler setting and check? Default is 1993 can you select 2008. Best Regards, Anand Raj Shankar (This message was posted on behalf of Intel Corporation) - Altera_Forum
Honored Contributor
Answer already provided to you here:http://www.alteraforum.com/forum/showthread.php?t=57264.
I'm very very surprised Intel support did not know the answer for their own tools.