Skip to content

Commit 5cee659

Browse files
committed
platforms: introduce a platforms/common folder
these are files that could be platform specific, but are not today. Signed-off-by: Øyvind Harboe <[email protected]>
1 parent 40b3bc1 commit 5cee659

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)