From 91bdb2be0714a8990ae3379f90366daf803cf065 Mon Sep 17 00:00:00 2001 From: Daniel Newbrook <dwn1c21@soton.ac.uk> Date: Thu, 12 Sep 2024 10:15:58 +0100 Subject: [PATCH] Initial update for 65nm and 28nm flows and addition of Synopsys SLM --- asic_lib_tech | 2 +- flist/project/top_ASIC.flist | 2 +- nanosoc.config | 11 ++++++++++- nanosoc_tech | 2 +- 4 files changed, 13 insertions(+), 4 deletions(-) diff --git a/asic_lib_tech b/asic_lib_tech index ddda4a6..28d17f2 160000 --- a/asic_lib_tech +++ b/asic_lib_tech @@ -1 +1 @@ -Subproject commit ddda4a64c07b133b6d60c539ac403fb6644bb55f +Subproject commit 28d17f2aa58ecf27e8168e8c5874457caaf29f4f diff --git a/flist/project/top_ASIC.flist b/flist/project/top_ASIC.flist index dd1da6c..0ecaa8e 100644 --- a/flist/project/top_ASIC.flist +++ b/flist/project/top_ASIC.flist @@ -34,5 +34,5 @@ $(SOCLABS_PROJECT_DIR)/system/src/defines/gen_defines.v // the chosen DMA controller --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 diff --git a/nanosoc.config b/nanosoc.config index f28efad..d206a68 100644 --- a/nanosoc.config +++ b/nanosoc.config @@ -28,4 +28,13 @@ DMA350_BIG := ADC_0_INCLUDE:= ADC_1_INCLUDE:= ADC_2_INCLUDE:= -ADC_3_INCLUDE:= \ No newline at end of file +ADC_3_INCLUDE:= + +SNPS_PVT_TS_0_INCLUDE:= +SNPS_PVT_TS_1_INCLUDE:= +SNPS_PVT_TS_2_INCLUDE:= +SNPS_PVT_TS_3_INCLUDE:= +SNPS_PVT_TS_4_INCLUDE:= +SNPS_PVT_TS_5_INCLUDE:= +SNPS_PVT_PD_0_INCLUDE:= +SNPS_PVT_VM_0_INCLUDE:= \ No newline at end of file diff --git a/nanosoc_tech b/nanosoc_tech index 0aad87a..b48b167 160000 --- a/nanosoc_tech +++ b/nanosoc_tech @@ -1 +1 @@ -Subproject commit 0aad87ad6fc7d93028fc5202388356d2b31afdf5 +Subproject commit b48b1671f3d0a80b93072878d9fce1856153bc55 -- GitLab