RapidIO II Intel® FPGA IP User Guide

ID 683444
Date 9/28/2020
Public
Document Table of Contents

2.6.3. Simulating the Testbench with the NCSim Simulator

To simulate the RapidIO II IP core testbench using the Cadence NCSim*

simulator, perform the following steps:
  1. Change directory to the directory where the testbench simulation script is located:
    • For Intel® Arria® 10, Intel® Stratix® 10 and Intel® Cyclone® 10 GX variations, change directory to <your_ip>/sim/cadence.
    • For all other device variations you generate from the Intel® Quartus® Prime IP Catalog, change directory to <your_ip>_sim/cadence.
    • For all other device variations you generate from the Platform Designer IP Catalog, change directory to <Qsys_system or your_ip>/simulation/cadence.
  2. Type the following command:
    sh ncsim_setup.sh TOP_LEVEL_NAME="tb_rio" USER_DEFINED_SIM_OPTIONS="-input\ \"@run\ 2ms\;\ exit\""