Forum Discussion

Altera_Forum's avatar
Altera_Forum
Icon for Honored Contributor rankHonored 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!