Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion flow/designs/asap7/cva6/config.mk
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ export SDC_FILE = $(DESIGN_HOME)/$(PLATFORM)/$(DESIGN_NAME)/constr

export CORE_UTILIZATION = 70
export CORE_MARGIN = 2
export MACRO_PLACE_HALO = 3 3
export MACRO_PLACE_HALO = 5 5
export PLACE_DENSITY = 0.69

# a smoketest for this option, there are a
Expand Down
2 changes: 1 addition & 1 deletion flow/designs/asap7/riscv32i/config.mk
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export CORE_MARGIN = 5
export PLACE_DENSITY_LB_ADDON = 0.10

export IO_CONSTRAINTS = $(DESIGN_HOME)/$(PLATFORM)/$(DESIGN_NICKNAME)/io.tcl
export MACRO_PLACE_HALO = 2 2
export MACRO_PLACE_HALO = 4 4

export TNS_END_PERCENT = 100

Expand Down
2 changes: 1 addition & 1 deletion flow/designs/gf12/ariane/config.mk
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export PLACE_DENSITY ?= 0.50

export IO_CONSTRAINTS = $(DESIGN_HOME)/$(PLATFORM)/$(DESIGN_NICKNAME)/io.tcl

export MACRO_PLACE_HALO = 7 7
export MACRO_PLACE_HALO = 10 10
export MACRO_WRAPPERS = $(DESIGN_HOME)/$(PLATFORM)/$(DESIGN_NICKNAME)/wrappers.tcl

ifeq ($(USE_FILL),1)
Expand Down
2 changes: 1 addition & 1 deletion flow/designs/nangate45/ariane136/config.mk
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export CORE_AREA = 10 12 1448 1448

export IO_CONSTRAINTS = $(DESIGN_HOME)/$(PLATFORM)/$(DESIGN_NICKNAME)/io.tcl

export MACRO_PLACE_HALO = 10 10
export MACRO_PLACE_HALO = 12 12

export TNS_END_PERCENT = 100
export PLACE_DENSITY = 0.35
2 changes: 1 addition & 1 deletion flow/designs/nangate45/black_parrot/config.mk
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ export PLACE_DENSITY_LB_ADDON = 0.05

export MACRO_PLACEMENT_TCL = $(DESIGN_HOME)/$(PLATFORM)/$(DESIGN_NAME)/macro_placement.tcl

export MACRO_PLACE_HALO = 10 10
export MACRO_PLACE_HALO = 15 15

export TNS_END_PERCENT = 100

Expand Down
2 changes: 1 addition & 1 deletion flow/designs/nangate45/bp_multi_top/config.mk
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ export DIE_AREA = 0 0 1100 1100
export CORE_AREA = 10.07 9.8 1090 1090
export IO_CONSTRAINTS = $(DESIGN_HOME)/$(PLATFORM)/$(DESIGN_NAME)/io.tcl

export MACRO_PLACE_HALO = 10 10
export MACRO_PLACE_HALO = 20 20

export PLACE_DENSITY_LB_ADDON = 0.05
export SKIP_GATE_CLONING = 1
Expand Down
2 changes: 2 additions & 0 deletions flow/designs/sky130hd/chameleon/config.mk
Original file line number Diff line number Diff line change
Expand Up @@ -48,3 +48,5 @@ export ADDITIONAL_LEFS = $(DESIGN_DIR)/lef/apb_sys_0.lef \
export FP_PDN_RAIL_WIDTH = 0.48
export FP_PDN_RAIL_OFFSET = 0
export TNS_END_PERCENT = 100

export MACRO_PLACE_HALO = 40 40
2 changes: 1 addition & 1 deletion flow/designs/sky130hd/microwatt/config.mk
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export SYNTH_HIERARCHICAL = 1

export PLACE_DENSITY = 0.3

export MACRO_PLACE_HALO = 60 60
export MACRO_PLACE_HALO = 70 70

# CTS tuning
export CTS_BUF_DISTANCE = 600
Expand Down
2 changes: 1 addition & 1 deletion tools/OpenROAD
Submodule OpenROAD updated 137 files