Skip to content

Commit 2dca209

Browse files
committed
remove ppl random script and do not call io constraints after floorplan
Signed-off-by: Eder Monteiro <[email protected]>
1 parent 4e04ee9 commit 2dca209

File tree

2 files changed

+0
-14
lines changed

2 files changed

+0
-14
lines changed

flow/scripts/io_placement_random.tcl

Lines changed: 0 additions & 11 deletions
This file was deleted.

flow/scripts/io_placement_util.tcl

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
if {[env_var_exists_and_non_empty FLOORPLAN_DEF]} {
22
puts "Skipping IO placement as DEF file was used to initialize floorplan."
33
} else {
4-
if {[env_var_exists_and_non_empty IO_CONSTRAINTS]} {
5-
source $::env(IO_CONSTRAINTS)
6-
}
74
set args [list -hor_layers $::env(IO_PLACER_H) \
85
-ver_layers $::env(IO_PLACER_V) \
96
{*}$::env(PLACE_PINS_ARGS)]

0 commit comments

Comments
 (0)