mirror of
https://github.com/openhwgroup/cvw.git
synced 2025-06-27 08:50:26 -04:00
11 lines
338 B
Tcl
11 lines
338 B
Tcl
#
|
|
# 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} }
|
|
|