Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

[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!
 

  • Like
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

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top