From 3e85a061559403c2d5e128b27cf01443082892d6 Mon Sep 17 00:00:00 2001
From: dam1n19 <dam1n19@soton.ac.uk>
Date: Fri, 23 Jun 2023 14:55:06 +0100
Subject: [PATCH] Linted Interconnect Subsystem

---
 hal/nanosoc_ip.waive | 11 ++++++++++-
 1 file changed, 10 insertions(+), 1 deletion(-)

diff --git a/hal/nanosoc_ip.waive b/hal/nanosoc_ip.waive
index c37b45e..02e8dca 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
-- 
GitLab