Skip to content

Commit

Permalink
make: separate cluster gen
Browse files Browse the repository at this point in the history
  • Loading branch information
rgantonio committed Aug 7, 2024
1 parent 4ad80d5 commit d0d8448
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions target/snitch_cluster/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -258,6 +258,8 @@ rtl-snax-gen:
--bypass_accgen="${BYPASS_ACCGEN}" \
--gen_path="${GENERATED_DIR}/"


rtl-cluster-gen:
@echo "-------------------------------------------------------------"
@echo "Generating ${CLUSTER_NAME} module"
@echo "-------------------------------------------------------------"
Expand All @@ -266,6 +268,7 @@ rtl-snax-gen:

rtl-gen:
$(MAKE) rtl-snax-gen
$(MAKE) rtl-cluster-gen
ifeq ($(SNAX_CHISEL_ACC_GEN), true)
$(MAKE) rtl-chisel-acc-gen
endif
Expand Down

0 comments on commit d0d8448

Please sign in to comment.