Skip to content
Snippets Groups Projects
Commit b2ba5b3f authored by dam1n19's avatar dam1n19
Browse files

Updated Waivers

parent c548cd60
Branches
No related tags found
No related merge requests found
...@@ -65,4 +65,10 @@ lint_checking designunit = slcorem0_stclkctrl ...@@ -65,4 +65,10 @@ lint_checking designunit = slcorem0_stclkctrl
// STCALIB output is Assigned to a Constant Value // STCALIB output is Assigned to a Constant Value
TIELOG {"STCALIB"} off; TIELOG {"STCALIB"} off;
// Asynchronous System Reset
ACNCPI {"SYSRESETn"} off;
// Clock Dividing of FCLK for STCLK using gating
GTDCLK {"reg_stclken|reg_clk_divider"} off;
} }
...@@ -39,5 +39,5 @@ HAL_WAIVE = -design_info $(LINT_INFO_DIR)/slcorem0_ip.waive ...@@ -39,5 +39,5 @@ HAL_WAIVE = -design_info $(LINT_INFO_DIR)/slcorem0_ip.waive
lint_xm: lint_xm:
@rm -rf $(LINT_DIR) @rm -rf $(LINT_DIR)
@mkdir -p $(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)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment