Programmable Devices
CPLDs, FPGAs, SoC FPGAs, Configuration, and Transceivers
20693 Discussions

[altera_mf] how to pre-compile?

Altera_Forum
Honored Contributor II
1,785 Views

Hi All, 

 

How is it possible to pre-compile the altera_mf lib? I need it for an external tool. 

 

Thank you!
0 Kudos
5 Replies
Altera_Forum
Honored Contributor II
885 Views

 

--- Quote Start ---  

Hi All, 

 

How is it possible to pre-compile the altera_mf lib? I need it for an external tool. 

 

Thank you! 

--- Quote End ---  

 

 

Precompile it into what?
0 Kudos
Altera_Forum
Honored Contributor II
885 Views

Precompiler into a library... 

 

1) I want to simulate Altera IP in Quartus using QuestaSim  

Here are the lines inside of one of the VHDL file: 

LIBRARY altera_mf; USE altera_mf.all; 

So, I need to know how to compile the altera_mf lib... 

 

2) I'm using Sigasi. They also need the altera_mf lib pre-compiled...
0 Kudos
Altera_Forum
Honored Contributor II
885 Views

In Quartus II, you can launch the EDA Simulation Library Compiler using: Tools-> Launch Simulation Library Compiler.  

Then you have to set the paths to the libraries in the modelsim.ini file for QuestaSim.
0 Kudos
Reply