Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
AES128 Project
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
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
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
AES128 Project
Commits
ad1d1843
Commit
ad1d1843
authored
5 months ago
by
dwf1m12
Browse files
Options
Downloads
Patches
Plain Diff
upgrade set_env shell script to match accelerator-project latest
parent
58351705
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#11734
failed
5 months ago
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
set_env.sh
+3
-1
3 additions, 1 deletion
set_env.sh
with
3 additions
and
1 deletion
set_env.sh
+
3
−
1
View file @
ad1d1843
...
...
@@ -13,7 +13,9 @@
# Source set_env script from soctools_flow
source
soctools_flow/bin/project_setup.sh
$@
if
[
!
-f
.dma350_configured
]
;
then
cp
nanosoc_tech/nanosoc/sldma350_tech/config/address_map_m1_nanosoc.sv
$ARM_IP_LIBRARY_PATH
/DMA-350/CG096-r0p0-00rel0/CG096-BU-50000-r0p0-00rel0/dma350/logical/models/modules/generic/address_map_m1_nanosoc.sv
if
[
!
-f
$ARM_IP_LIBRARY_PATH
/DMA-350/CG096-r0p0-00rel0/CG096-BU-50000-r0p0-00rel0/dma350/logical/models/modules/generic/address_map_m1_nanosoc.sv
]
;
then
cp
nanosoc_tech/nanosoc/sldma350_tech/config/address_map_m1_nanosoc.sv
$ARM_IP_LIBRARY_PATH
/DMA-350/CG096-r0p0-00rel0/CG096-BU-50000-r0p0-00rel0/dma350/logical/models/modules/generic/address_map_m1_nanosoc.sv
fi
make
-C
nanosoc_tech/nanosoc/sldma350_tech/ config_dma_ahb
touch
.dma350_configured
fi
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