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
5a0f5c8b
Commit
5a0f5c8b
authored
1 year ago
by
dwf1m12
Browse files
Options
Downloads
Patches
Plain Diff
use DMA230 controller for now
parent
872cd269
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
flist/nanosoc.flist
+3
-3
3 additions, 3 deletions
flist/nanosoc.flist
makefile
+2
-2
2 additions, 2 deletions
makefile
with
5 additions
and
5 deletions
flist/nanosoc.flist
+
3
−
3
View file @
5a0f5c8b
...
@@ -30,6 +30,6 @@
...
@@ -30,6 +30,6 @@
// Debug IP
// Debug IP
-f $(SOCLABS_SOCDEBUG_TECH_DIR)/flist/socdebug.flist
-f $(SOCLABS_SOCDEBUG_TECH_DIR)/flist/socdebug.flist
// DMAC IP
// DMAC IP
(better included at top level configuration)
-f $(SOCLABS_SLDMA350_TECH_DIR)/flist/sldma350_ahb.flist
//
-f $(SOCLABS_SLDMA350_TECH_DIR)/flist/sldma350_ahb.flist
-f $(SOCLABS_SLDMA230_TECH_DIR)/flist/sldma230_ip.flist
//
-f $(SOCLABS_SLDMA230_TECH_DIR)/flist/sldma230_ip.flist
This diff is collapsed.
Click to expand it.
makefile
+
2
−
2
View file @
5a0f5c8b
...
@@ -84,7 +84,7 @@ else
...
@@ -84,7 +84,7 @@ else
ARM_CORSTONE_101_DIR
?=
$(
ARM_IP_LIBRARY_PATH
)
/latest/Corstone-101/logical
ARM_CORSTONE_101_DIR
?=
$(
ARM_IP_LIBRARY_PATH
)
/latest/Corstone-101/logical
ARM_CORTEX_M0_DIR
?=
$(
ARM_IP_LIBRARY_PATH
)
/latest/Cortex-M0/logical
ARM_CORTEX_M0_DIR
?=
$(
ARM_IP_LIBRARY_PATH
)
/latest/Cortex-M0/logical
TB_TOP
?=
nanosoc_tb
TB_TOP
?=
nanosoc_tb
NANOSOC_DEFINES
+=
DMAC_
DMA35
0
NANOSOC_DEFINES
+=
DMAC_
0_PL23
0
endif
endif
endif
endif
...
@@ -127,4 +127,4 @@ gen_defs:
...
@@ -127,4 +127,4 @@ gen_defs:
# Remove RTL compile files, log files, software compile files
# Remove RTL compile files, log files, software compile files
clean
:
clean_all_code
clean
:
clean_all_code
@
rm
-rf
$(
SIM_TOP_DIR
)
@
rm
-rf
$(
SIM_TOP_DIR
)
\ 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