File tree Expand file tree Collapse file tree 5 files changed +350
-8
lines changed
designs/rapidus2hp/hercules_is_int Expand file tree Collapse file tree 5 files changed +350
-8
lines changed Original file line number Diff line number Diff 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 )
Original file line number Diff line number Diff line change @@ -36,11 +36,11 @@ export CORE_MARGIN = 1
3636export PLACE_DENSITY = 0.58
3737
3838export 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
4240export 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 \
You can’t perform that action at this time.
0 commit comments