diff --git a/fpga_imp/makefile b/fpga_imp/makefile new file mode 100644 index 0000000000000000000000000000000000000000..95e22c6255603528c9c56b24aa01009150921d5d --- /dev/null +++ b/fpga_imp/makefile @@ -0,0 +1,28 @@ +#----------------------------------------------------------------------------- +# HTML Generatoration Makefile +# A joint work commissioned on behalf of SoC Labs, under Arm Academic Access license. +# +# Contributors +# +# David Mapstone (d.a.mapstone@soton.ac.uk) +# +# Copyright � 2021-3, SoC Labs (www.soclabs.org) +#----------------------------------------------------------------------------- + +# Top-level module of Hierarchy +TOP_MODULE ?= nanosoc_chip + +# Filelist to give to v2html +FILELIST ?= $(SOCLABS_PROJECT_DIR)/flist/project/top.flist + +# Directory to store generated HTML +OUT_DIR ?= $(SOCLABS_PROJECT_DIR)/imp/fpga + +# Name of generated filelist by python script +TCL_OUTPUT_FILELIST := $(OUT_DIR)/filelist.tcl + +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) ;) diff --git a/nanosoc/sldma230_tech b/nanosoc/sldma230_tech index c11843b9e75ce83b7118ef07cb3e1ecc2fe6c9c0..dad4b9fa4c4e22062fcebb8b433569643797e98c 160000 --- a/nanosoc/sldma230_tech +++ b/nanosoc/sldma230_tech @@ -1 +1 @@ -Subproject commit c11843b9e75ce83b7118ef07cb3e1ecc2fe6c9c0 +Subproject commit dad4b9fa4c4e22062fcebb8b433569643797e98c diff --git a/nanosoc/socdebug_tech b/nanosoc/socdebug_tech index 5411b21ecaa14d9b1ce5719aa3e1a24831ea6046..b27419058c86e958dc345ff4fa0b2662a70bb88d 160000 --- a/nanosoc/socdebug_tech +++ b/nanosoc/socdebug_tech @@ -1 +1 @@ -Subproject commit 5411b21ecaa14d9b1ce5719aa3e1a24831ea6046 +Subproject commit b27419058c86e958dc345ff4fa0b2662a70bb88d