Skip to content
Snippets Groups Projects
Commit e01816af authored by dam1n19's avatar dam1n19
Browse files

Added TCL generation makefile

parent 60f7dada
No related branches found
No related tags found
1 merge request!1changed imem to rom to allow initial program loading, updated bootloader code...
#-----------------------------------------------------------------------------
# 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) ;)
Subproject commit c11843b9e75ce83b7118ef07cb3e1ecc2fe6c9c0
Subproject commit dad4b9fa4c4e22062fcebb8b433569643797e98c
Subproject commit 5411b21ecaa14d9b1ce5719aa3e1a24831ea6046
Subproject commit b27419058c86e958dc345ff4fa0b2662a70bb88d
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment