Skip to content
This repository was archived by the owner on May 5, 2024. It is now read-only.

Commit 4c4f079

Browse files
committed
5,4 works with no max subtraction
1 parent 495f0a4 commit 4c4f079

2 files changed

Lines changed: 16 additions & 12 deletions

File tree

scripts/highlight.tcl

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
2+
highlight_objects -color green -leaf_cells [get_cells part_1/fadd*]
3+
highlight_objects -color green -leaf_cells [get_cells part_2/fadd*]
4+
highlight_objects -color green -leaf_cells [get_cells part_3/fadd*]
5+
6+
highlight_objects -color red -leaf_cells [get_cells part_1/fmul*]
7+
highlight_objects -color red -leaf_cells [get_cells part_2/fmul*]
8+
highlight_objects -color red -leaf_cells [get_cells part_3/fmul*]
9+
10+
#highlight_objects -color blue -leaf_cells [get_cells part_1_launch*]
11+
#highlight_objects -color blue -leaf_cells [get_cells part_1_land*]
12+
#
13+
#highlight_objects -color blue -leaf_cells [get_cells part_2_launch*]
14+
#highlight_objects -color blue -leaf_cells [get_cells part_2_land*]
15+
16+

scripts/vivado_alt_synth.tcl

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -101,15 +101,3 @@ write_qor_suggestions -force -file ${reports_dir}/qor_suggestions/post_rou
101101

102102
exit 0
103103

104-
105-
#highlight_objects -color green -leaf_cells [get_cells _forward_inner/fadd*]
106-
#highlight_objects -color red -leaf_cells [get_cells _forward_inner/fmul*]
107-
#highlight_objects -color red -leaf_cells [get_cells sigProd*]
108-
#highlight_objects -color red -leaf_cells [get_cells sigProd*]
109-
#highlight_objects -color red -leaf_cells [get_cells sticky_d1*]
110-
#highlight_objects -color red -leaf_cells [get_cells sign_d1*]
111-
#highlight_objects -color red -leaf_cells [get_cells _forward_inner/sign_d1*]
112-
#highlight_objects -color red -leaf_cells [get_cells exc_d1*]
113-
#highlight_objects -color red -leaf_cells [get_cells expSig*]
114-
#highlight_objects -color red -leaf_cells [get_cells expSumPre*]
115-
#highlight_objects -color red -leaf_cells [get_cells fmul*]

0 commit comments

Comments
 (0)