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

Restructured flists to remove DMA from QS

parent cd1181fc
No related branches found
No related tags found
No related merge requests found
Pipeline #10708 passed
......@@ -34,6 +34,4 @@
// - Bootrom Code RTL
$(SOCLABS_PROJECT_DIR)/system/src/bootrom/verilog/bootrom.v
// the chosen DMA controller
//-f $(SOCLABS_SLDMA350_TECH_DIR)/flist/sldma350_ahb.flist
-f $(SOCLABS_SLDMA230_TECH_DIR)/flist/sldma230_ip.flist
......@@ -28,6 +28,3 @@
// - Accelerator Wrapper IP
-f $(SOCLABS_WRAPPER_TECH_DIR)/flist/accelerator_wrapper_ip.flist
// the chosen DMA controller
-f $(SOCLABS_SLDMA350_TECH_DIR)/flist/sldma350_ahb.flist
//-f $(SOCLABS_SLDMA230_TECH_DIR)/flist/sldma230_ip.flist
......@@ -32,4 +32,8 @@
// - CMSDK IP
-f $(SOCLABS_PROJECT_DIR)/flist/ahb/ahb_ip.flist
-f $(SOCLABS_PROJECT_DIR)/flist/apb/apb_ip.flist
\ No newline at end of file
-f $(SOCLABS_PROJECT_DIR)/flist/apb/apb_ip.flist
// the chosen DMA controller
//-f $(SOCLABS_SLDMA350_TECH_DIR)/flist/sldma350_ahb.flist
-f $(SOCLABS_SLDMA230_TECH_DIR)/flist/sldma230_ip.flist
\ No newline at end of file
......@@ -31,4 +31,8 @@
-f $(SOCLABS_PROJECT_DIR)/flist/ahb/ahb_ip.flist
-f $(SOCLABS_PROJECT_DIR)/flist/apb/apb_ip.flist
$(SOCLABS_PROJECT_DIR)/system/src/defines/gen_defines.v
\ No newline at end of file
$(SOCLABS_PROJECT_DIR)/system/src/defines/gen_defines.v
// the chosen DMA controller
-f $(SOCLABS_SLDMA350_TECH_DIR)/flist/sldma350_ahb.flist
//-f $(SOCLABS_SLDMA230_TECH_DIR)/flist/sldma230_ip.flist
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