Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
SoCTools Flow
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
SoCLabs
SoCTools Flow
Commits
2f91a7e0
Commit
2f91a7e0
authored
1 year ago
by
dam1n19
Browse files
Options
Downloads
Patches
Plain Diff
Added Common Lint Checks makefile
parent
ce9edaa7
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
resources/hal/makefile.hal_checks
+37
-0
37 additions, 0 deletions
resources/hal/makefile.hal_checks
with
37 additions
and
0 deletions
resources/hal/makefile.hal_checks
0 → 100644
+
37
−
0
View file @
2f91a7e0
#-----------------------------------------------------------------------------
# SoCLabs List of Hal Checks to Disable for Linitng
# A joint work commissioned on behalf of SoC Labs, under Arm Academic Access license.
#
# Contributors
#
# David Mapstone (d.a.mapstone@soton.ac.uk)
#
# Copyright (C) 2021-3, SoC Labs (www.soclabs.org)
#-----------------------------------------------------------------------------
# Capitalised Names used for Wires
LINT_NOCHECK
=
-nocheck
LCVARN
# Constant values used in signal widths
LINT_NOCHECK
+=
-nocheck
STYVAL
# Maximum Length of HDL Lines exceeded (Don't care)
LINT_NOCHECK
+=
-nocheck
MAXLEN
# Outputs Assigned Asynchronously (Multiple layers of wiring)
LINT_NOCHECK
+=
-nocheck
SYNPRT
# Bitwidth not specified for Parameters
LINT_NOCHECK
+=
-nocheck
PRMVAL
# Base not specified for Parameters
LINT_NOCHECK
+=
-nocheck
PRMBSE
# Constants Used in Port Expressions (To tie them off)
LINT_NOCHECK
+=
-nocheck
IPRTEX
# Compiler Directives Used in RTL
LINT_NOCHECK
+=
-nocheck
CDWARN
# TODO: Control Characters (May need to be investigated!)
LINT_NOCHECK
+=
-nocheck
CTLCHR
\ No newline at end of file
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