Skip to content

Commit 6e04b0d

Browse files
fix: uncommented flow parts in Makefile
1 parent 49ef422 commit 6e04b0d

File tree

1 file changed

+4
-4
lines changed
  • openfasoc/generators/dcdc-gen/flow

1 file changed

+4
-4
lines changed

openfasoc/generators/dcdc-gen/flow/Makefile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ export UTILS_DIR = ./util
4444
export TEST_DIR = ./test
4545
export SIM_DIR = $(PWD)/../simulation
4646

47-
# export MACRO_PLACEMENT = $(RESULTS_DIR)/six_stage.macro_placment.cfg
47+
export MACRO_PLACEMENT = $(RESULTS_DIR)/six_stage.macro_placment.cfg
4848

4949
# export BASE = /shared/OpenFASOC/generators/temp-sense-gen/flow
5050
# export LOG_DIR = $(BASE)/logs/$(PLATFORM)/$(DESIGN_NICKNAME)
@@ -195,8 +195,8 @@ $(RESULTS_DIR)/2_1_floorplan.def: $(RESULTS_DIR)/1_synth.v $(RESULTS_DIR)/1_synt
195195

196196
# STEP 1.1: DEF manipulation
197197
#-------------------------------------------------------------------------------
198-
# $(RESULTS_DIR)/six_stage.macro_placment.cfg: $(RESULTS_DIR)/2_1_floorplan.def
199-
# python3 $(UTILS_DIR)/place_six_stage.py
198+
$(RESULTS_DIR)/six_stage.macro_placment.cfg:
199+
python3 $(UTILS_DIR)/place_six_stage.py
200200

201201
# STEP 2: IO Placement
202202
#-------------------------------------------------------------------------------
@@ -210,7 +210,7 @@ $(RESULTS_DIR)/2_3_floorplan_tdms.def: $(RESULTS_DIR)/2_2_floorplan_io.def $(RES
210210

211211
# STEP 4: Macro Placement
212212
#-------------------------------------------------------------------------------
213-
$(RESULTS_DIR)/2_4_floorplan_macro.def: $(RESULTS_DIR)/2_3_floorplan_tdms.def $(RESULTS_DIR)/1_synth.v $(RESULTS_DIR)/1_synth.sdc $(IP_GLOBAL_CFG)
213+
$(RESULTS_DIR)/2_4_floorplan_macro.def: $(RESULTS_DIR)/2_3_floorplan_tdms.def $(RESULTS_DIR)/1_synth.v $(RESULTS_DIR)/1_synth.sdc $(IP_GLOBAL_CFG) $(RESULTS_DIR)/six_stage.macro_placment.cfg
214214
($(TIME_CMD) $(OPENROAD_CMD) $(SCRIPTS_DIR)/macro_place.tcl -metrics $(LOG_DIR)/2_4_mplace.json) 2>&1 | tee $(LOG_DIR)/2_4_mplace.log
215215

216216
# STEP 5: Tapcell and Welltie insertion

0 commit comments

Comments
 (0)