Skip to content

Commit ddcbe9d

Browse files
committed
test: add option for pre-placed macros in flow.tcl
Signed-off-by: Arthur Koucher <[email protected]>
1 parent c47bc3b commit ddcbe9d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

test/flow.tcl

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,10 @@ source $tracks_file
5656
# remove buffers inserted by synthesis
5757
remove_buffers
5858

59+
if { $pre_placed_macros_file != "" } {
60+
source $pre_placed_macros_file
61+
}
62+
5963
################################################################
6064
# Macro Placement
6165
if { [have_macros] } {

0 commit comments

Comments
 (0)