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

Added recipies to top-level makefile to pass to fpga makefile

parent 32cde988
No related branches found
No related tags found
1 merge request!1changed imem to rom to allow initial program loading, updated bootloader code...
......@@ -529,6 +529,18 @@ clean_code:
verify:
@python3 $(SOCLABS_SOCTOOLS_FLOW_DIR)/tools/adp_verify.py
# ------- FPGA ------------
# Call Make recipies in fpga directory
build_fpga:
$(MAKE) -C $(SOCLABS_NANOSOC_TECH_DIR)/fpga build_fpga $@
clean_fpga:
$(MAKE) -C $(SOCLABS_NANOSOC_TECH_DIR)/fpga clean_fpga $@
clean_fpga_all:
$(MAKE) -C $(SOCLABS_NANOSOC_TECH_DIR)/fpga clean_fpga_all $@
# ------- clean -----------
# Remove RTL compile files, log files, software compile files
......
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