Skip to content

Commit

Permalink
make: Fix non-existent generated folder prerequisite
Browse files Browse the repository at this point in the history
  • Loading branch information
fischeti committed Aug 6, 2024
1 parent 715f340 commit fb90a0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion target/snitch_cluster/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ $(GENERATED_DIR)/bootdata.cc: ${CFG} ${CLUSTER_GEN_PREREQ} | $(GENERATED_DIR)

# REGGEN regfile
$(GENERATED_DIR)/snitch_cluster_peripheral_reg_pkg.sv: $(GENERATED_DIR)/snitch_cluster_peripheral_reg_top.sv
$(GENERATED_DIR)/snitch_cluster_peripheral_reg_top.sv: $(PERIPH_DIR)/snitch_cluster_peripheral_reg.hjson
$(GENERATED_DIR)/snitch_cluster_peripheral_reg_top.sv: $(PERIPH_DIR)/snitch_cluster_peripheral_reg.hjson | $(GENERATED_DIR)
@echo "[REGGEN] Generating peripheral regfile"
$(REGGEN) -r -t $(GENERATED_DIR) $<

Expand Down

0 comments on commit fb90a0c

Please sign in to comment.