[Draft] - clock manager WIP
Signed-off-by: Timothy Chen <timothytim@google.com>
diff --git a/hw/ip/clkmgr/lint/clkmgr.vlt b/hw/ip/clkmgr/lint/clkmgr.vlt
new file mode 100644
index 0000000..a3aadb8
--- /dev/null
+++ b/hw/ip/clkmgr/lint/clkmgr.vlt
@@ -0,0 +1,5 @@
+// Copyright lowRISC contributors.
+// Licensed under the Apache License, Version 2.0, see LICENSE for details.
+// SPDX-License-Identifier: Apache-2.0
+//
+// waiver file for rstmgr
diff --git a/hw/ip/clkmgr/lint/clkmgr.waiver b/hw/ip/clkmgr/lint/clkmgr.waiver
new file mode 100644
index 0000000..2c3203b
--- /dev/null
+++ b/hw/ip/clkmgr/lint/clkmgr.waiver
@@ -0,0 +1,17 @@
+# Copyright lowRISC contributors.
+# Licensed under the Apache License, Version 2.0, see LICENSE for details.
+# SPDX-License-Identifier: Apache-2.0
+#
+# waiver file for clkmgr
+
+#
+# fake errors
+
+waive -rules INPUT_NOT_READ -location {prim_clock_gating.sv} -regexp {.*} \
+ -comment "Generated abstraction files use .*'s which create fake errors"
+
+waive -rules EMPTY_PARAM_LIST -location {prim_clock_gating.sv} -regexp {.*} \
+ -comment "Generated abstraction files may have empty params"
+
+waive -rules OUTPUT_NOT_DRIVEN -location {prim_clock_gating.sv} -regexp {.*} \
+ -comment "Generated abstraction files do not detect drivers"