Forum Discussion
Altera_Forum
Honored Contributor
14 years ago --- Quote Start --- Yes. Its line 839. --- Quote End --- We both know that. I wanted you to post the code so I could confirm it was valid VHDL. --- Quote Start --- Is it anyway possible to look at the RTL viewer using this testbench? --- Quote End --- The RTL viewer is a Quartus tool, so no, you cannot view the testbench using RTL viewer. Viewing a testbench makes no sense, given that most of the logic does not create RTL. Testbenches contain non-synthesizeable constructs. --- Quote Start --- I tried compiling with ModelSim, I faced another error saying, "Error: Error loading design # Pausing macro execution # MACRO ./compile_vhdl.do PAUSED at line 65" --- Quote End --- I haven't seen that one before. How are you trying to simulate in Modelsim - using Nativelink or from within Modelsim directly? Cheers, Dave