Forum Discussion
9 Replies
- RichardT_altera
Super Contributor
Unfortunately, the EDA export dialog does not export the library files.
Can you try to invoke the external simulator, (probably the same with Modelsim), go to File > New > Library. And choose to Create a map to an existing library.
Let me know whether it helps.
- bitstreamer
Occasional Contributor
The problem I'm having is that I don't know where the libraries are, otherwise I could map them. Do I need to build them somehow?
- RichardT_altera
Super Contributor
Go to C:/intelFPGA/18.1/quartus/eda/sim_lib to find the library files.
- bitstreamer
Occasional Contributor
Just so I understand - one of the errors I'm getting in optimization is functions like oper_add, which is located in
/home/tools/intel/FPGA/18.1/quartus/eda/sim_lib/sgate.vhd:ENTITY oper_add IS
What is the strategy for building - is there a modelsim.ini for this sim_lib directory, or should I brute force a .do file to compile each file individually? I'd like this to scale, so I'd like to make sure I understand the methodology Intel has in mind.
So am I correct that I should vcom vhdl files into work, and vlog verilog files into work from that directory? I would assume that operation such as oper_add would be in a library that is referenced by a library definition at the top of the design file that uses oper_add.
- RichardT_altera
Super Contributor
You can refer to below link on how to set up your library:
https://www.intel.com/content/www/us/en/programmable/support/support-resources/design-examples/design-software/simulation/modelsim/simulation-manual-howto.html
- bitstreamer
Occasional Contributor
Hi Richard, replied to your message, I'm available anytime this week.
- bitstreamer
Occasional Contributor
Richard, thank you for the help, it's becoming clearer, but it's not complete. I'm an Intel partner, would it be useful for us to create a github export for quartus once we have all the libraries identified?
For instance, altera_pll isn't covered, I'm resolving these dependencies manually through the sim_lib directory as shown below. Is there another methodology somewhere that I'm missing?
> vopt <commands>
** Error: <filepath>(66): Module 'altera_pll' is not defined.
>find <command>
FPGA/18.1/quartus/eda/sim_lib/altera_lnsim.sv:module altera_pll
- bitstreamer
Occasional Contributor
Hi Shyan -
Not sure you are getting my emails past week or so. I'm in the meeting now, it's 10:04 Pacific, 1:04 eastern. I can meet tonight at 10pm eastern (my time). My understanding is that would be 10am your time. I would guess right now it's 1am your time!
I can work late hours, give me the time in Malaysia time that you can meet, and we can knock this out!
- RichardT_altera
Super Contributor
Hi Joe,
Can you try out if these reference designs can be compiled in the Questa Advanced Simulator?
Cyclone V Transceiver PHY Basic Design Examples:
https://forums.intel.com/s/createarticlepage?language=en_US&articleid=a3g0P0000005QydQAE&artTopicId=0TO0P000000MWKBWA4&action=view