Skip to content

Commit

Permalink
fix: uncommented flow parts in Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
harshkhandeparkar committed Jan 10, 2024
1 parent 49ef422 commit 6e04b0d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions openfasoc/generators/dcdc-gen/flow/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ export UTILS_DIR = ./util
export TEST_DIR = ./test
export SIM_DIR = $(PWD)/../simulation

# export MACRO_PLACEMENT = $(RESULTS_DIR)/six_stage.macro_placment.cfg
export MACRO_PLACEMENT = $(RESULTS_DIR)/six_stage.macro_placment.cfg

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

# STEP 1.1: DEF manipulation
#-------------------------------------------------------------------------------
# $(RESULTS_DIR)/six_stage.macro_placment.cfg: $(RESULTS_DIR)/2_1_floorplan.def
# python3 $(UTILS_DIR)/place_six_stage.py
$(RESULTS_DIR)/six_stage.macro_placment.cfg:
python3 $(UTILS_DIR)/place_six_stage.py

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

# STEP 4: Macro Placement
#-------------------------------------------------------------------------------
$(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)/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
($(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

# STEP 5: Tapcell and Welltie insertion
Expand Down

0 comments on commit 6e04b0d

Please sign in to comment.