[lint/prim*] Waive STAR_PORT_CONN_USE errors in generated prims

Signed-off-by: Michael Schaffner <msf@google.com>
diff --git a/hw/ip/prim/lint/prim_otp.waiver b/hw/ip/prim/lint/prim_otp.waiver
new file mode 100644
index 0000000..593bbc5
--- /dev/null
+++ b/hw/ip/prim/lint/prim_otp.waiver
@@ -0,0 +1,8 @@
+# Copyright lowRISC contributors.
+# Licensed under the Apache License, Version 2.0, see LICENSE for details.
+# SPDX-License-Identifier: Apache-2.0
+#
+# waiver file for prim_otp
+
+waive -rules {STAR_PORT_CONN_USE} -location {prim_otp.sv} -regexp {.*wild card port connection encountered on instance.*} \
+      -comment "Generated prims may have wildcard connections."