Skip to content
Snippets Groups Projects
Commit 5a0f5c8b authored by dwf1m12's avatar dwf1m12
Browse files

use DMA230 controller for now

parent 872cd269
No related branches found
No related tags found
No related merge requests found
...@@ -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
...@@ -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_DMA350 NANOSOC_DEFINES += DMAC_0_PL230
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
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