Skip to content

Commit

Permalink
enforce that macrocompiler passes are done serially (#392)
Browse files Browse the repository at this point in the history
  • Loading branch information
abejgonzalez authored Jan 24, 2020
1 parent 5da8666 commit 3fe0460
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common.mk
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ HARNESS_MACROCOMPILER_MODE = --mode synflops
$(HARNESS_SMEMS_FILE) $(HARNESS_SMEMS_FIR): harness_macro_temp
@echo "" > /dev/null

harness_macro_temp: $(HARNESS_SMEMS_CONF)
harness_macro_temp: $(HARNESS_SMEMS_CONF) | top_macro_temp
cd $(base_dir) && $(SBT) "project barstoolsMacros" "runMain barstools.macros.MacroCompiler -n $(HARNESS_SMEMS_CONF) -v $(HARNESS_SMEMS_FILE) -f $(HARNESS_SMEMS_FIR) $(HARNESS_MACROCOMPILER_MODE)"

########################################################################################
Expand Down

0 comments on commit 3fe0460

Please sign in to comment.