Skip to content

Commit cb9df49

Browse files
committed
added some pin constraints to hercules_is_int
rebased to ff7980a tcl formatting Signed-off-by: Jeff Ng <[email protected]>
1 parent ff7980a commit cb9df49

File tree

5 files changed

+350
-8
lines changed

5 files changed

+350
-8
lines changed

docs/user/FlowVariables.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -347,6 +347,7 @@ configuration file.
347347
- [SKIP_REPAIR_TIE_FANOUT](#SKIP_REPAIR_TIE_FANOUT)
348348
- [SKIP_REPORT_METRICS](#SKIP_REPORT_METRICS)
349349
- [SKIP_VT_SWAP](#SKIP_VT_SWAP)
350+
- [SYNTH_HDL_FRONTEND](#SYNTH_HDL_FRONTEND)
350351
- [TAPCELL_TCL](#TAPCELL_TCL)
351352
- [TIEHI_CELL_AND_PORT](#TIEHI_CELL_AND_PORT)
352353
- [TIELO_CELL_AND_PORT](#TIELO_CELL_AND_PORT)

flow/designs/rapidus2hp/hercules_is_int/config.mk

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,11 @@ export CORE_MARGIN = 1
3636
export PLACE_DENSITY = 0.58
3737

3838
export PLACE_PINS_ARGS = -min_distance_in_tracks -min_distance 1
39-
export CELL_PAD_IN_SITES_GLOBAL_PLACEMENT = 0
40-
export CELL_PAD_IN_SITES_DETAIL_PLACEMENT = 0
4139
# temporarily skip over DPO to bypass one-site gap issues
4240
export ENABLE_DPO = 0
4341

42+
export IO_CONSTRAINTS = $(DESIGN_HOME)/$(PLATFORM)/$(DESIGN_NAME)/place_pins.tcl
43+
4444
# Selectively keep module hierarchies to match baseline data
4545
# ifeq ($(SYNTH_HDL_FRONTEND), verific)
4646
# export SYNTH_KEEP_MODULES = \hercules_is_grbt \

0 commit comments

Comments
 (0)