Skip to content
Snippets Groups Projects
Commit 2aa2a83d authored by dwf1m12's avatar dwf1m12
Browse files

Repair flist files to get aes-128 project building and running correctly again

parent 385b83a7
No related branches found
No related tags found
No related merge requests found
Pipeline #10395 passed
...@@ -14,10 +14,10 @@ ...@@ -14,10 +14,10 @@
// ============= Accelerator Module search path ============= // ============= Accelerator Module search path =============
// ! Point this to your Accelerator RTL // ! Point this to your Accelerator RTL
//+incdir+$(ACCELERATOR_DIR)/src/rtl +incdir+$(ACCELERATOR_DIR)/src/rtl
// ! Point this to your Wrapper RTL // ! Point this to your Wrapper RTL
///$(SOCLABS_PROJECT_DIR)/wrapper/src/soclabs_ahb_aes128_ctrl.v $(SOCLABS_PROJECT_DIR)/wrapper/src/soclabs_ahb_aes128_ctrl.v
// ! Point this to your Subsystem RTL // ! Point this to your Subsystem RTL
///$(SOCLABS_PROJECT_DIR)/system/src/accelerator_subsystem.v $(SOCLABS_PROJECT_DIR)/system/src/accelerator_subsystem.v
...@@ -29,7 +29,7 @@ ...@@ -29,7 +29,7 @@
-f $(SOCLABS_FPGA_LIB_TECH_DIR)/flist/fpga_lib_mem_ip.flist -f $(SOCLABS_FPGA_LIB_TECH_DIR)/flist/fpga_lib_mem_ip.flist
// - Accelerator Wrapper IP // - Accelerator Wrapper IP
-f $(SOCLABS_WRAPPER_TECH_DIR)/flist/accelerator_wrapper_ip.flist ///-f $(SOCLABS_WRAPPER_TECH_DIR)/flist/accelerator_wrapper_ip.flist
// - Bootrom Code RTL // - Bootrom Code RTL
$(SOCLABS_PROJECT_DIR)/system/src/bootrom/verilog/bootrom.v $(SOCLABS_PROJECT_DIR)/system/src/bootrom/verilog/bootrom.v
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment