Forum Discussion

LSant1's avatar
LSant1
Icon for Occasional Contributor rankOccasional Contributor
7 years ago

IP Core simulation

I am new to FPGA design using IP cores. I am trying to simulate an IP core design example. Per the user guide, I need to run a tb_run.do script which in turn calls msim_setup.tcl script. I am wondering if I need to add in all the source files in the various sub directories of the IP core? Initially I thought the simulation script takes care of it, but I don't see that happening. What is the correct procedure?

Thanks,

Lakshmi

5 Replies

  • AnandRaj_S_Intel's avatar
    AnandRaj_S_Intel
    Icon for Regular Contributor rankRegular Contributor

    Hi,

    Yes, simulation script will take care about the files required.

    1. Which user guide you have followed can you share the link.
    2. Which Quartus (version and edition) & modelsim version are you using.
    3. Attache the error message or modelsim transcript.

    Best Regards,

    Anand Raj Shankar

    (This message was posted on behalf of Intel Corporation)

  • LSant1's avatar
    LSant1
    Icon for Occasional Contributor rankOccasional Contributor

    Hi,

    Thanks for your reply. I am using UG-20016 and trying to run simulation for the Intel 10G MAC design example. I am using Quartus v18.0 with update 1. The error I get "design not included". I am running tb_run.tcl as suggested in the user guide.

    Also, I am always getting a page unresponsive, long script message on this forum page since last two days.

    Thanks,

    Lakshmi

  • SAR's avatar
    SAR
    Icon for Occasional Contributor rankOccasional Contributor

    Hi Lakshmi,

    vsim -c -do tb_run.tcl mentioned in UG-20016 is meant to be run from Windows/Linux command prompt and not Modelsim command promp.

  • LSant1's avatar
    LSant1
    Icon for Occasional Contributor rankOccasional Contributor

    Yes, I finally realized that and we have it working for us. I just couldn't post here earlier as the forum page had some issues. I don't understand why the Windows command prompt command was provided when it cannot open any waveform or signal window. Anyways we have it working fine from Modelsim now.

    Thanks,

    Lakshmi