Skip to content

Commit cd21f55

Browse files
committed
platforms: use path relative to the FLOW_HOME
For private PDKs we use a different PLATFORM_HOME which does not contain the "common" folder. Signed-off-by: Vitor Bandeira <vvbandeira@precisioninno.com>
1 parent 8af3419 commit cd21f55

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)