Forum Discussion

grspbr's avatar
grspbr
Icon for Occasional Contributor rankOccasional Contributor
3 years ago
Solved

ip-make-simscript not generating script for Riviera

I'm using the following command line which appears to work but eventually fails - I see errors that it cannot find non-riviera simulator setup tcl files, which are not required anyway: /INTELFPGA...
  • RichardT_altera's avatar
    3 years ago

    Can I check what is written in the spd_list.txt?

    I think your script is not direct to the .spd file.


    I try to create a simple project with PLL IP, generate HDL for Riviera only, run Analysis and synthesis.

    In GUI, Generate Simulator Setup Script for IP works.


    In command, it works with the rivierapro_setup.tcl generated.

    ip-make-simscript --spd=C:\quartus_project\quartus_pro\simulation_test\pll\pll.spd --output-directory=C:\quartus_project\quartus_pro\simulation_test\pll\simulation --simulator=RIVIERA


    You can try a simpler project to test the flow whether it works.