diff --git a/hal/nanosoc_ip.waive b/hal/nanosoc_ip.waive
index c37b45ecc761e934413136d6b42efa87dcb49a56..02e8dcaac5416d202a95012535368b8475fd9b34 100644
--- a/hal/nanosoc_ip.waive
+++ b/hal/nanosoc_ip.waive
@@ -43,14 +43,23 @@ lint_checking designunit = nanosoc_ss_cpu
 lint_checking designunit = nanosoc_ss_dma
 {    
     // Not Top-level in design_info
-    ATLGLC off;
     TPOUNR off;
     
     // DMAC 1 Currently tied off
+    ATLGLC off;
     TIELOG {"DMAC_1"} off;
     USEPRT {"DMAC_1"} off;
 }
 
+lint_checking designunit = nanosoc_ss_interconnect
+{    
+    // Not Top-level in design_info
+    TPOUNR off;
+    
+    // System Width Parameters Unused (Interconenct generated from Arm Script)
+    USEPAR {"SYS_ADDR_W|SYS_DATA_W"} off;
+}
+
 lint_checking designunit = nanosoc_region_bootrom_0
 {   
     // Some Bits of AHB Signals not Used