Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
SLCore-M0 Tech
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
SoCLabs
SLCore-M0 Tech
Commits
b2ba5b3f
Commit
b2ba5b3f
authored
2 years ago
by
dam1n19
Browse files
Options
Downloads
Patches
Plain Diff
Updated Waivers
parent
c548cd60
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
hal/slcorem0_ip.waive
+6
-0
6 additions, 0 deletions
hal/slcorem0_ip.waive
makefile
+1
-1
1 addition, 1 deletion
makefile
with
7 additions
and
1 deletion
hal/slcorem0_ip.waive
+
6
−
0
View file @
b2ba5b3f
...
@@ -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;
}
}
This diff is collapsed.
Click to expand it.
makefile
+
1
−
1
View file @
b2ba5b3f
...
@@ -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 1
p
s/1ps"
-top
slcorem0
$(
HAL_BLACK_BOX
)
$(
HAL_WAIVE
)
$(
LINT_NOCHECK
)
cd
$(
LINT_DIR
);
xrun
-hal
-f
$(
DESIGN_VC
)
+debug
"-timescale 1
n
s/1ps"
-top
slcorem0
$(
HAL_BLACK_BOX
)
$(
HAL_WAIVE
)
$(
LINT_NOCHECK
)
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment