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

Commit

Permalink
5,4 works with no max subtraction
Browse files Browse the repository at this point in the history
  • Loading branch information
makslevental committed Aug 29, 2022
1 parent 495f0a4 commit 4c4f079
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 12 deletions.
16 changes: 16 additions & 0 deletions scripts/highlight.tcl
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@

highlight_objects -color green -leaf_cells [get_cells part_1/fadd*]
highlight_objects -color green -leaf_cells [get_cells part_2/fadd*]
highlight_objects -color green -leaf_cells [get_cells part_3/fadd*]

highlight_objects -color red -leaf_cells [get_cells part_1/fmul*]
highlight_objects -color red -leaf_cells [get_cells part_2/fmul*]
highlight_objects -color red -leaf_cells [get_cells part_3/fmul*]

#highlight_objects -color blue -leaf_cells [get_cells part_1_launch*]
#highlight_objects -color blue -leaf_cells [get_cells part_1_land*]
#
#highlight_objects -color blue -leaf_cells [get_cells part_2_launch*]
#highlight_objects -color blue -leaf_cells [get_cells part_2_land*]


12 changes: 0 additions & 12 deletions scripts/vivado_alt_synth.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -101,15 +101,3 @@ write_qor_suggestions -force -file ${reports_dir}/qor_suggestions/post_rou

exit 0


#highlight_objects -color green -leaf_cells [get_cells _forward_inner/fadd*]
#highlight_objects -color red -leaf_cells [get_cells _forward_inner/fmul*]
#highlight_objects -color red -leaf_cells [get_cells sigProd*]
#highlight_objects -color red -leaf_cells [get_cells sigProd*]
#highlight_objects -color red -leaf_cells [get_cells sticky_d1*]
#highlight_objects -color red -leaf_cells [get_cells sign_d1*]
#highlight_objects -color red -leaf_cells [get_cells _forward_inner/sign_d1*]
#highlight_objects -color red -leaf_cells [get_cells exc_d1*]
#highlight_objects -color red -leaf_cells [get_cells expSig*]
#highlight_objects -color red -leaf_cells [get_cells expSumPre*]
#highlight_objects -color red -leaf_cells [get_cells fmul*]

0 comments on commit 4c4f079

Please sign in to comment.