Skip to content

Commit 4e8f32a

Browse files
committed
Temporarily disable buffer pruning
Signed-off-by: Matt Liberty <[email protected]>
1 parent 99616fc commit 4e8f32a

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

flow/scripts/load.tcl

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,9 @@ proc load_design { design_file sdc_file } {
5252
puts "Using CCS delay calculation"
5353
set_delay_calculator prima
5454
}
55+
56+
# Temporary until holding buffer filtering is implemented.
57+
set_opt_config -disable_buffer_pruning
5558
}
5659

5760
#===========================================================================================

0 commit comments

Comments
 (0)