Skip to content

Commit

Permalink
feat(tapa/bandwidth52): highlight the top 10 critical paths
Browse files Browse the repository at this point in the history
  • Loading branch information
vagrantxiao24 committed Dec 10, 2024
1 parent 50aba67 commit b6c6868
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions benchmarks/tapa_flow/bandwidth52/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -137,9 +137,10 @@ After the implementation, you'll notice a slack of -0.288 ns against the 3.333 n

### Step 7: Compasison between Vitis and Rapidstream.

Upon examining the post-route `ext_platform_wrapper_routed.dcp`, we observe that the critical path is
constrained by the cross-SLR long path. In contrast, RapidStream can confine the critical path within
a localized area, improving efficiency.
Upon reviewing the post-route `ext_platform_wrapper_routed.dcp`, we have identified the top
10 critical paths, as highlighted in the figures below. Notably, these paths are constrained by
cross-SLR long routes. In contrast, RapidStream optimizes efficiency by confining the critical path
to a localized area.

<img src="../../../common/img/vhk158_vitis_rs.jpg" width="800px" alt="Impl Comparison"/>

Expand Down
Binary file modified common/img/vhk158_vitis_rs.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit b6c6868

Please sign in to comment.