# Copyright lowRISC contributors. | |
# Licensed under the Apache License, Version 2.0, see LICENSE for details. | |
# SPDX-License-Identifier: Apache-2.0 | |
# get installation path of ascentlint | |
set RI_INSTALL [file dirname [exec which ascentlint]] | |
# source the policy file containing the lowrisc lint rules | |
source "$RI_INSTALL/../Ascent/Lint/lib/policies/lowRISC/LRLR-v1.0.policy" |