From 9e6fce48a487e3fbe354618f1603e513d01c5d77 Mon Sep 17 00:00:00 2001 From: James Stine Date: Thu, 19 Jun 2025 08:11:32 -0500 Subject: [PATCH] rm waivers.tcl and cvw.prj from bin dir --- bin/cvw.prj | 33 --------------------------------- bin/waivers.tcl | 11 ----------- 2 files changed, 44 deletions(-) delete mode 100644 bin/cvw.prj delete mode 100644 bin/waivers.tcl diff --git a/bin/cvw.prj b/bin/cvw.prj deleted file mode 100644 index 6d99d1b6b..000000000 --- a/bin/cvw.prj +++ /dev/null @@ -1,33 +0,0 @@ -# -# Synopsys SpyGlass Lint Flow -# james.stine@okstate.edu 11 June 2025 -# SPDX-License-Identifier: Apache-2.0 WITH SHL-2.1 -# - -# Sets directory for output reports -set_option projectwdir lint-spyglass-reports/ -set_option language_mode mixed -set_option designread_enable_synthesis no -set_option designread_disable_flatten no -set_option active_methodology $SPYGLASS_HOME/GuideWare/latest/block/rtl_handoff -set_option enableSV12 yes -set_option handlememory yes -set_option top wallywrapper -set_parameter handle_large_bus yes - -# Include DIR -set_option incdir $WALLY/config/WALLYVER -set_option incdir $WALLY/config/shared - -# main CVW -read_file -type verilog $WALLY/src/cvw.sv -read_file -type verilog $WALLY/testbench/wallywrapper.sv -read_file -type awl $WALLY/bin/waivers.tcl - -# generic read of Wally src files -read_file -type verilog $WALLY/src/*/* -read_file -type verilog $WALLY/src/*/*/* - -current_methodology $SPYGLASS_HOME/GuideWare/latest/block/rtl_handoff - - diff --git a/bin/waivers.tcl b/bin/waivers.tcl deleted file mode 100644 index f14093153..000000000 --- a/bin/waivers.tcl +++ /dev/null @@ -1,11 +0,0 @@ -# -# Synopsys SpyGlass Lint Waivers -# james.stine@okstate.edu 11 June 2025 -# SPDX-License-Identifier: Apache-2.0 WITH SHL-2.1 -# - -# Add waivers that are not neededed to be checked -waive -rule { W240 W528 W123 W287b } -# Add waiver for undriven outputs for items like Uncore -waive -du { {rom1p1r} {uncore} } -rule { {UndrivenInTerm-ML} } -