Programmable Devices
CPLDs, FPGAs, SoC FPGAs, Configuration, and Transceivers
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.
21615 Discussions

one problem in simulate IP core.(SDRAM controller)

Altera_Forum
Honored Contributor II
1,136 Views

Hi,everybody. 

I creat a new project. And create a sdram controller with the plug-in manager. At last, the manager create a new subfolder named "testbench" . and there is a vhdl file(**_tb.vhd) in it. 

I want to simulate the design. But, when I create the waveform file, I cannot find the nodes in **_tb.vhd with node finder. In the dialog box "select hierarchy level", there are only the main project But no component in the new subfolder "testbench". And the **_tb.vhd is the the new subfolder. 

What can i do to find the nodes in **_tb.vhd?  

thanks.
0 Kudos
1 Reply
Altera_Forum
Honored Contributor II
366 Views

you cannot use HDL test benches in Quartus II Simulator. you'll have to use ModelSim-Altera Starter Edition which is free to use an HDL test bench.

0 Kudos
Reply