From b2ba5b3f83e33c05c1107b3e1fa40f7f6af1e589 Mon Sep 17 00:00:00 2001
From: dam1n19 <dam1n19@soton.ac.uk>
Date: Fri, 30 Jun 2023 16:36:39 +0100
Subject: [PATCH] Updated Waivers

---
 hal/slcorem0_ip.waive | 6 ++++++
 makefile              | 2 +-
 2 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/hal/slcorem0_ip.waive b/hal/slcorem0_ip.waive
index 580454f..76e1fe7 100644
--- a/hal/slcorem0_ip.waive
+++ b/hal/slcorem0_ip.waive
@@ -65,4 +65,10 @@ lint_checking designunit = slcorem0_stclkctrl
     
     // STCALIB output is Assigned to a Constant Value
     TIELOG {"STCALIB"} off;
+    
+    // Asynchronous System Reset
+    ACNCPI {"SYSRESETn"} off;
+    
+    // Clock Dividing of FCLK for STCLK using gating
+    GTDCLK {"reg_stclken|reg_clk_divider"} off;
 }
diff --git a/makefile b/makefile
index 246a219..7bb7c65 100644
--- a/makefile
+++ b/makefile
@@ -39,5 +39,5 @@ HAL_WAIVE = -design_info $(LINT_INFO_DIR)/slcorem0_ip.waive
 lint_xm:
 	@rm -rf $(LINT_DIR) 
 	@mkdir -p $(LINT_DIR)
-	cd $(LINT_DIR); xrun -hal -f $(DESIGN_VC) +debug "-timescale 1ps/1ps" -top slcorem0 $(HAL_BLACK_BOX) $(HAL_WAIVE) $(LINT_NOCHECK)
+	cd $(LINT_DIR); xrun -hal -f $(DESIGN_VC) +debug "-timescale 1ns/1ps" -top slcorem0 $(HAL_BLACK_BOX) $(HAL_WAIVE) $(LINT_NOCHECK)
 
-- 
GitLab