Skip to content

Commit

Permalink
Merge pull request The-OpenROAD-Project#1985 from vvbandeira/patch-co…
Browse files Browse the repository at this point in the history
…mmon

platforms: use path relative to the FLOW_HOME
  • Loading branch information
vvbandeira authored May 1, 2024
2 parents 8af3419 + cd21f55 commit 67836e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flow/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ export RESYNTH_TIMING_RECOVER ?= 0
export ABC_AREA ?= 0

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

# Global setting for Floorplan
export PLACE_PINS_ARGS
Expand Down

0 comments on commit 67836e9

Please sign in to comment.