Visible to Intel only — GUID: bnp1605039470603
Ixiasoft
2.1. Installing and Licensing Intel® FPGA IP Cores
2.2. IP Catalog and Parameter Editor
2.3. Specifying the IP Core Parameters and Options
2.4. Simulating Intel® FPGA IP Cores
2.5. Simulating the Turbo IP with the RTL Simulator
2.6. Simulating the Turbo IP with the C-Model
2.7. Simulating the Turbo IP with MATLAB
Visible to Intel only — GUID: bnp1605039470603
Ixiasoft
2.5. Simulating the Turbo IP with the RTL Simulator
Before simulating, generate the Turbo IP design example from the IP parameter editor.
- To run the simulation with Synopsys VCS® simulator:
- Run vcsmx_setup.sh from <example_design_directory>\simulation_scripts\synopsys\vcsmx\ directory by typing the following commands:
>> source vcsmx_setup.sh >> simv
- Run vcsmx_setup.sh from <example_design_directory>\simulation_scripts\synopsys\vcsmx\ directory by typing the following commands:
- To run the simulation with Cadence NCSim® simulator:
- Run ncsim_setup.sh from <example_design_directory>\simulation_scripts\cadence\ directory by typing the following command:
sh ./ncsim_setup.sh USER_DEFINED_ELAB_OPTIONS='"-timescale 1ps/1ps"' USER_DEFINED_SIM_OPTIONS='"-input \"@run; exit\""'
- Run ncsim_setup.sh from <example_design_directory>\simulation_scripts\cadence\ directory by typing the following command:
- To run the simulation with Xcelium® simulator:
- Run xcelium_setup.sh from <example_design_directory>\simulation_scripts\xcelium\ directory by typing the following command:
sh ./xcelium_setup.sh USER_DEFINED_ELAB_OPTIONS='"-timescale 1ps/1ps"' USER_DEFINED_SIM_OPTIONS='"-input \"@run; exit\""'
- Run xcelium_setup.sh from <example_design_directory>\simulation_scripts\xcelium\ directory by typing the following command:
- To run the simulation with the ModelSim or Questa® simulator:
- Run msim_setup.tcl from <example_design_directory>\simulation_scripts\mentor\ directory by typing the following commands:
do msim_setup.tcl ld run -all
- Run msim_setup.tcl from <example_design_directory>\simulation_scripts\mentor\ directory by typing the following commands:
- To run the simulation with Aldec® simulator:
- Run rivierapro_setup.tcl from <example_design_directory>\simulation_scripts\aldec\ directory by typing the following commands:
do rivierapro_setup.tcl ld run -all
- Run rivierapro_setup.tcl from <example_design_directory>\simulation_scripts\aldec\ directory by typing the following commands: