Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
NanoSoC 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
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
SoCLabs
NanoSoC Tech
Commits
38d4b438
Commit
38d4b438
authored
1 year ago
by
dam1n19
Browse files
Options
Downloads
Patches
Plain Diff
Referenced common lint checks file
parent
0d64abd0
No related branches found
No related tags found
Loading
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
makefile
+4
-28
4 additions, 28 deletions
makefile
system/slcorem0_tech
+1
-1
1 addition, 1 deletion
system/slcorem0_tech
with
5 additions
and
29 deletions
makefile
+
4
−
28
View file @
38d4b438
...
@@ -37,6 +37,9 @@
...
@@ -37,6 +37,9 @@
#
#
# Configurations
# Configurations
# Include Lint Checks
include
$(SOCLABS_SOCTOOLS_FLOW_DIR)/resources/hal/makefile.hal_checks
# Directory of Testcodes
# Directory of Testcodes
NANOSOC_SYSTEM_DIR
?=
$(
SOCLABS_NANOSOC_TECH_DIR
)
/system
NANOSOC_SYSTEM_DIR
?=
$(
SOCLABS_NANOSOC_TECH_DIR
)
/system
NANOSOC_SW_DIR
?=
$(
SOCLABS_NANOSOC_TECH_DIR
)
/software
NANOSOC_SW_DIR
?=
$(
SOCLABS_NANOSOC_TECH_DIR
)
/software
...
@@ -110,33 +113,6 @@ LINT_INFO_DIR = $(SOCLABS_NANOSOC_TECH_DIR)/hal
...
@@ -110,33 +113,6 @@ LINT_INFO_DIR = $(SOCLABS_NANOSOC_TECH_DIR)/hal
LINT_INFO_SLCOREM0_DIR
=
$(
SOCLABS_SLCOREM0_TECH_DIR
)
/hal
LINT_INFO_SLCOREM0_DIR
=
$(
SOCLABS_SLCOREM0_TECH_DIR
)
/hal
LINT_INFO_SLDMA230_DIR
=
$(
SOCLABS_SLDMA230_TECH_DIR
)
/hal
LINT_INFO_SLDMA230_DIR
=
$(
SOCLABS_SLDMA230_TECH_DIR
)
/hal
# 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
# MTI option
# MTI option
#DF#MTI_OPTIONS = -novopt
#DF#MTI_OPTIONS = -novopt
MTI_OPTIONS
=
-suppress
2892
MTI_OPTIONS
=
-suppress
2892
...
@@ -223,7 +199,7 @@ compile_xm : bootrom
...
@@ -223,7 +199,7 @@ compile_xm : bootrom
cd
$(
SIM_DIR
);
xmvlog
-work
worklib
-f
xmvlog_sv.args
-f
xmvlog_ver.args
-sv
|
tee
-a
compile_xm.log
cd
$(
SIM_DIR
);
xmvlog
-work
worklib
-f
xmvlog_sv.args
-f
xmvlog_ver.args
-sv
|
tee
-a
compile_xm.log
cd
$(
SIM_DIR
);
xmelab
-mess
-f
xmelab.args
-access
+r |
tee
-a
compile_xm.log
cd
$(
SIM_DIR
);
xmelab
-mess
-f
xmelab.args
-access
+r |
tee
-a
compile_xm.log
lint_xm
:
compile_x
m
lint_xm
:
bootro
m
@
rm
-rf
$(
LINT_DIR
)
@
rm
-rf
$(
LINT_DIR
)
@
mkdir
-p
$(
LINT_DIR
)
@
mkdir
-p
$(
LINT_DIR
)
cd
$(
LINT_DIR
);
hal
-f
$(
DESIGN_VC
)
$(
DEFINES_VC
)
+debug
-XMVERILOGARGS
"-timescale 1ps/1ps"
-top
nanosoc_chip_pads
$(
HAL_BLACK_BOX
)
$(
HAL_WAIVE
)
$(
LINT_NOCHECK
)
cd
$(
LINT_DIR
);
hal
-f
$(
DESIGN_VC
)
$(
DEFINES_VC
)
+debug
-XMVERILOGARGS
"-timescale 1ps/1ps"
-top
nanosoc_chip_pads
$(
HAL_BLACK_BOX
)
$(
HAL_WAIVE
)
$(
LINT_NOCHECK
)
...
...
This diff is collapsed.
Click to expand it.
slcorem0_tech
@
d8d9c80f
Compare
61377733
...
d8d9c80f
Subproject commit
61377733f126b28baa5ed84eae9a4d1ab0109119
Subproject commit
d8d9c80f3bc2307ff8b71d2b32b6b14bb864c7cc
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