Intel® Quartus® Prime Software
Intel® Quartus® Prime Design Software, Design Entry, Synthesis, Simulation, Verification, Timing Analysis, System Design (Platform Designer, formerly Qsys)
16596 Discussions

[VHDL] VHDL-2008 'context' clause of the packages -> not recognized by Quartus Prime?

Altera_Forum
Honored Contributor II
1,736 Views

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!
0 Kudos
2 Replies
Altera_Forum
Honored Contributor II
809 Views

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)
0 Kudos
Altera_Forum
Honored Contributor II
809 Views

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.
0 Kudos
Reply