Skip to content
Snippets Groups Projects
Commit ca2aa54f authored by dwn1c21's avatar dwn1c21
Browse files

Add copy of nanosoc DMA350 address mapping

parent 5a0d562b
No related tags found
No related merge requests found
...@@ -13,6 +13,7 @@ ...@@ -13,6 +13,7 @@
# Source set_env script from soctools_flow # Source set_env script from soctools_flow
source soctools_flow/bin/project_setup.sh $@ source soctools_flow/bin/project_setup.sh $@
if [ ! -f .dma350_configured ]; then 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
make -C nanosoc_tech/nanosoc/sldma350_tech/ config_dma_ahb make -C nanosoc_tech/nanosoc/sldma350_tech/ config_dma_ahb
touch .dma350_configured touch .dma350_configured
fi fi
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment