Michael Schaffner | af5a715 | 2020-08-14 18:36:23 -0700 | [diff] [blame] | 1 | # Copyright lowRISC contributors. |
2 | # Licensed under the Apache License, Version 2.0, see LICENSE for details. | ||||
3 | # SPDX-License-Identifier: Apache-2.0 | ||||
4 | # | ||||
5 | # waiver file for prim_otp | ||||
6 | |||||
7 | waive -rules {STAR_PORT_CONN_USE} -location {prim_otp.sv} -regexp {.*wild card port connection encountered on instance.*} \ | ||||
8 | -comment "Generated prims may have wildcard connections." |