We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4e7879a + 40716d2 commit 66529fcCopy full SHA for 66529fc
flow/util/utils.mk
@@ -22,7 +22,8 @@ update_rules:
22
update_rules_force:
23
$(UTILS_DIR)/genRuleFile.py $(DESIGN_DIR) --variant $(FLOW_VARIANT) --update
24
25
-$(REPORTS_DIR)/metadata-$(FLOW_VARIANT).json:
+$(REPORTS_DIR)/metadata-$(FLOW_VARIANT).json: $(wildcard $(LOG_DIR)/*.json) \
26
+ $(wildcard $(LOG_DIR)/*.log) $(REPORTS_DIR)/synth_stat.txt
27
echo $(DESIGN_DIR) > $(REPORTS_DIR)/design-dir.txt
28
$(UTILS_DIR)/genMetrics.py -d $(DESIGN_NICKNAME) \
29
-p $(PLATFORM) \
0 commit comments