diff --git a/makefile b/makefile index 39a13f6d4f4554fb45dc42cc4606154b8edca433..17ed41a0aa6cacd934f63c92a71895be86148505 100644 --- a/makefile +++ b/makefile @@ -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