# (C) 2001-2021 Altera Corporation. All rights reserved. # Your use of Altera Corporation's design tools, logic functions and # other software and tools, and its AMPP partner logic functions, and # any output files any of the foregoing (including device programming # or simulation files), and any associated documentation or information # are expressly subject to the terms and conditions of the Altera # Program License Subscription Agreement, Altera MegaCore Function # License Agreement, or other applicable license agreement, including, # without limitation, that your use is for the sole purpose of # programming logic devices manufactured by Altera and sold by Altera # or its authorized distributors. Please refer to the applicable # agreement for further details. # ACDS 18.1 625 win32 2021.02.12.17:11:14 # ---------------------------------------- # ncsim - auto-generated simulation script # ---------------------------------------- # This script provides commands to simulate the following IP detected in # your Quartus project: # rx_ciccomp # # Altera recommends that you source this Quartus-generated IP simulation # script from your own customized top-level script, and avoid editing this # generated script. # # To write a top-level shell script that compiles Altera simulation libraries # and the Quartus-generated IP in your project, along with your design and # testbench files, copy the text from the TOP-LEVEL TEMPLATE section below # into a new file, e.g. named "ncsim.sh", and modify text as directed. # # You can also modify the simulation flow to suit your needs. Set the # following variables to 1 to disable their corresponding processes: # - SKIP_FILE_COPY: skip copying ROM/RAM initialization files # - SKIP_DEV_COM: skip compiling the Quartus EDA simulation library # - SKIP_COM: skip compiling Quartus-generated IP simulation files # - SKIP_ELAB and SKIP_SIM: skip elaboration and simulation # # ---------------------------------------- # # TOP-LEVEL TEMPLATE - BEGIN # # # # QSYS_SIMDIR is used in the Quartus-generated IP simulation script to # # construct paths to the files required to simulate the IP in your Quartus # # project. By default, the IP script assumes that you are launching the # # simulator from the IP script location. If launching from another # # location, set QSYS_SIMDIR to the output directory you specified when you # # generated the IP script, relative to the directory from which you launch # # the simulator. In this case, you must also copy the generated files # # "cds.lib" and "hdl.var" - plus the directory "cds_libs" if generated - # # into the location from which you launch the simulator, or incorporate # # into any existing library setup. # # # # Run Quartus-generated IP simulation script once to compile Quartus EDA # # simulation libraries and Quartus-generated IP simulation files, and copy # # any ROM/RAM initialization files to the simulation directory. # # - If necessary, specify any compilation options: # # USER_DEFINED_COMPILE_OPTIONS # # USER_DEFINED_VHDL_COMPILE_OPTIONS applied to vhdl compiler # # USER_DEFINED_VERILOG_COMPILE_OPTIONS applied to verilog compiler # # # source