[Altera.QuartusPrime] VHDL-2008 'context' clause of the packages -> not recognized?

Status
Not open for further replies.

ivlsi

Advanced Member level 3
Joined
Feb 17, 2012
Messages
883
Helped
17
Reputation
32
Reaction score
16
Trophy points
1,298
Activity points
6,868
[Altera.QuartusPrime] VHDL-2008 'context' clause of the packages -> not recognized?

Hi All,

Does Altera Quartus Prime support VHDL-2008 'context' clause of the packages?

I'm receiving the following error:
Code:
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:
Code:
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!
 

Reactions: ivlsi

    ivlsi

    Points: 2
    Helpful Answer Positive Rating
Re: [Altera.QuartusPrime] VHDL-2008 'context' clause of the packages -> not recognize

I have just a Quartus Prime license, not a Pro one...

- - - Updated - - -

is there another way to include packages inside of another package?
 

Status
Not open for further replies.

Similar threads

Cookies are required to use this site. You must accept them to continue using the site. Learn more…