From 44b626ae3ac1789fce2a47b5d579303ad195d0f0 Mon Sep 17 00:00:00 2001
From: dam1n19 <dam1n19@soton.ac.uk>
Date: Mon, 3 Jul 2023 17:13:14 +0100
Subject: [PATCH] Updated NanoSoC fielist generation

---
 fpga_imp/makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/fpga_imp/makefile b/fpga_imp/makefile
index 95e22c6..f041c1f 100644
--- a/fpga_imp/makefile
+++ b/fpga_imp/makefile
@@ -25,4 +25,4 @@ gen_tcl:
 	@echo building TCL flist
 	@mkdir -p $(OUT_DIR)
 	@(cd $(OUT_DIR); \
-	$(SOCLABS_SOCTOOLS_FLOW_DIR)/bin/filelist_compile.py -at -f $(FILELIST) -o $(TCL_OUTPUT_FILELIST) ;)
+	$(SOCLABS_SOCTOOLS_FLOW_DIR)/bin/filelist_compile.py -t -f $(FILELIST) -o $(TCL_OUTPUT_FILELIST) ;)
-- 
GitLab