Skip to content

Commit 67836e9

Browse files
authored
Merge pull request The-OpenROAD-Project#1985 from vvbandeira/patch-common
platforms: use path relative to the FLOW_HOME
2 parents 8af3419 + cd21f55 commit 67836e9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

flow/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ export RESYNTH_TIMING_RECOVER ?= 0
190190
export ABC_AREA ?= 0
191191

192192
# Global setting for Synthesis
193-
export SYNTH_ARGS ?= -flatten -extra-map $(PLATFORM_HOME)/common/lcu_kogge_stone.v
193+
export SYNTH_ARGS ?= -flatten -extra-map $(FLOW_HOME)/platforms/common/lcu_kogge_stone.v
194194

195195
# Global setting for Floorplan
196196
export PLACE_PINS_ARGS

0 commit comments

Comments
 (0)