Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Accelerator Project
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Contributor 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
Accelerator Project
Commits
297f6939
Commit
297f6939
authored
1 year ago
by
Daniel Newbrook
Browse files
Options
Downloads
Patches
Plain Diff
add dma 350 config to set_env
parent
ad766125
No related branches found
No related tags found
No related merge requests found
Pipeline
#10378
passed
1 year ago
Stage: compile
Stage: simulate
Stage: simulate_qs
Stage: build
Stage: deploy
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitignore
+1
-0
1 addition, 0 deletions
.gitignore
set_env.sh
+4
-0
4 additions, 0 deletions
set_env.sh
with
5 additions
and
0 deletions
.gitignore
+
1
−
0
View file @
297f6939
...
...
@@ -4,6 +4,7 @@
simulate/sim/*
lint/*
.socinit
.dma350_configured
accelerator/html/*
wrapper/html/*
system/src/bootrom/*
...
...
This diff is collapsed.
Click to expand it.
set_env.sh
+
4
−
0
View file @
297f6939
...
...
@@ -12,3 +12,7 @@
# Source set_env script from soctools_flow
source
soctools_flow/bin/project_setup.sh
$@
if
[
!
-f
.dma350_configured
]
;
then
make
-C
nanosoc_tech/nanosoc/sldma350_tech/ config_dma_ahb
touch
.dma350_configured
fi
\ 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