blob: 0fa5adf27a61e160270f6e87ff9679a6e52bbc31 [file] [log] [blame]
lowRISC Contributors802543a2019-08-31 12:12:56 +01001# Copyright lowRISC contributors.
2# Licensed under the Apache License, Version 2.0, see LICENSE for details.
3# SPDX-License-Identifier: Apache-2.0
4
5foreach script_file [glob -nocomplain ascentlint.policy *.waiver] {
6 source $script_file
7}
8
9analyze +define+ASIC_SYNTHESIS+SYNTHESIS -F [glob build/formal_0/sim-icarus/*.scr] -sv
10
11elaborate $env(LINT_TOP)
12
13report_policy -skip_empty_summary_status -compat -output lint.rpt NEW
14
15exit