Altera_Forum
Honored Contributor
13 years agoWhat files are needed for GTL simulation in Modelsim?
I always use Nativelink in Quartus II to do RTL and GTL simulation in Modelsim. Through that function, I only need to care write testbench and do some simple setting in Quartus, which is very easy.
But I want to learn how to do simulation directly in Modelsim without Quartus help. I tried RTL simulation and sucessfully. But in GTL simulation, I can't. I have questions as following two questions: 1. what files are necessary for GTL simulation? As I know, I don't need HDL design files (.v or .vhd), the files I need is .vo and .sdo files, which generated after full compilation and testbench file, right? If I want to simulate in slow 1.2V 85 mode, I only need to compile corresponding .vo and .sdo files, then do simulation, right? 2. This question confused me long time and I even confronted trouble during RTL simulation. How can I know what libraries I need to do GTL simulation for my design? I don't where I can check to know all the needed libraries. Thanks!