Skip to content

Commit 27fc100

Browse files
authored
Merge pull request #1977 from Pinata-Consulting/platforms-common
platforms: introduce a platforms/common folder
2 parents 06dcb6b + 5cee659 commit 27fc100

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

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 $(DESIGN_HOME)/src/lcu/lcu_kogge_stone.v
193+
export SYNTH_ARGS ?= -flatten -extra-map $(PLATFORM_HOME)/common/lcu_kogge_stone.v
194194

195195
# Global setting for Floorplan
196196
export PLACE_PINS_ARGS

0 commit comments

Comments
 (0)