# (C) 2001-2022 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 21.1 850 linux 2022.07.04.11:59:13 # ---------------------------------------- # vcs - auto-generated simulation script # ---------------------------------------- # This script provides commands to simulate the following IP detected in # your Quartus project: # clkMux # # 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, follow the guidelines below. # # 1) Copy the shell script text from the TOP-LEVEL TEMPLATE section # below into a new file, e.g. named "vcs_sim.sh". # # 2) Copy the text from the DESIGN FILE LIST & OPTIONS TEMPLATE section into # a separate file, e.g. named "filelist.f". # # ---------------------------------------- # # TOP-LEVEL TEMPLATE - BEGIN # # # # TOP_LEVEL_NAME is used in the Quartus-generated IP simulation script to # # set the top-level simulation or testbench module/entity name. # # # # 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. # # # # Source the Quartus-generated IP simulation script and do the following: # # - Compile the Quartus EDA simulation library and IP simulation files. # # - Specify TOP_LEVEL_NAME and QSYS_SIMDIR. # # - Compile the design and top-level simulation module/entity using # # information specified in "filelist.f". # # - Override the default USER_DEFINED_SIM_OPTIONS. For example, to run # # until $finish(), set to an empty string: USER_DEFINED_SIM_OPTIONS="". # # - Run the simulation. # # # source