From 980a35e66f301a773403504bdc66589ffc1997c6 Mon Sep 17 00:00:00 2001 From: Daniel Newbrook <dwn1c21@soton.ac.uk> Date: Mon, 21 Aug 2023 16:51:10 +0100 Subject: [PATCH] Updated ASIC flow --- .gitignore | 1 + flist/project/system_ASIC.flist | 3 --- nanosoc_tech | 2 +- 3 files changed, 2 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 36c16f9..ab28e71 100644 --- a/.gitignore +++ b/.gitignore @@ -23,4 +23,5 @@ memories/* # Remove Implementation Files imp/fpga/* imp/ASIC/* +memories/* html \ No newline at end of file diff --git a/flist/project/system_ASIC.flist b/flist/project/system_ASIC.flist index ccfe21c..7330052 100644 --- a/flist/project/system_ASIC.flist +++ b/flist/project/system_ASIC.flist @@ -30,6 +30,3 @@ // - Accelerator Wrapper IP -f $(SOCLABS_WRAPPER_TECH_DIR)/flist/accelerator_wrapper_ip.flist - -// - Bootrom Code RTL -$(SOCLABS_PROJECT_DIR)/system/src/bootrom/verilog/bootrom.v \ No newline at end of file diff --git a/nanosoc_tech b/nanosoc_tech index a83e8c9..6e00f61 160000 --- a/nanosoc_tech +++ b/nanosoc_tech @@ -1 +1 @@ -Subproject commit a83e8c97ec6c79b4bea7ee8a1132dfd767ba5cbe +Subproject commit 6e00f61f43a675a2919c918d16df74494f00906c -- GitLab