Skip to content

Commit d2ec135

Browse files
committed
call eliminate_dead_logic before init_floorplan
Signed-off-by: Eder Monteiro <emrmonteiro@precisioninno.com>
1 parent 0cbdcc9 commit d2ec135

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

flow/scripts/floorplan.tcl

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,10 @@ proc report_unused_masters { } {
3232

3333
report_unused_masters
3434

35+
# Eliminate dead logic
36+
eliminate_dead_logic
37+
38+
3539
#Run check_setup
3640
puts "\n=========================================================================="
3741
puts "Floorplan check_setup"

0 commit comments

Comments
 (0)