From c2ddefda2ed6badddac5c229f59fcb25860759a4 Mon Sep 17 00:00:00 2001 From: Alejandro Soto Date: Mon, 20 Nov 2023 18:47:55 -0600 Subject: rtl/gfx: remove gfx_{perspective{,_flow}, fp_inv} --- ip/ip_fp_inv_sim/synopsys/vcs/vcs_setup.sh | 152 ---------------- ip/ip_fp_inv_sim/synopsys/vcsmx/synopsys_sim.setup | 13 -- ip/ip_fp_inv_sim/synopsys/vcsmx/vcsmx_setup.sh | 195 --------------------- 3 files changed, 360 deletions(-) delete mode 100755 ip/ip_fp_inv_sim/synopsys/vcs/vcs_setup.sh delete mode 100644 ip/ip_fp_inv_sim/synopsys/vcsmx/synopsys_sim.setup delete mode 100755 ip/ip_fp_inv_sim/synopsys/vcsmx/vcsmx_setup.sh (limited to 'ip/ip_fp_inv_sim/synopsys') diff --git a/ip/ip_fp_inv_sim/synopsys/vcs/vcs_setup.sh b/ip/ip_fp_inv_sim/synopsys/vcs/vcs_setup.sh deleted file mode 100755 index a2444b0..0000000 --- a/ip/ip_fp_inv_sim/synopsys/vcs/vcs_setup.sh +++ /dev/null @@ -1,152 +0,0 @@ - -# (C) 2001-2023 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 20.1 720 linux 2023.10.31.13:44:11 - -# ---------------------------------------- -# vcs - auto-generated simulation script - -# ---------------------------------------- -# This script provides commands to simulate the following IP detected in -# your Quartus project: -# ip_fp_inv -# -# 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