Skip to content
Snippets Groups Projects
Commit 297f6939 authored by Daniel Newbrook's avatar Daniel Newbrook
Browse files

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
......@@ -4,6 +4,7 @@
simulate/sim/*
lint/*
.socinit
.dma350_configured
accelerator/html/*
wrapper/html/*
system/src/bootrom/*
......
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment