-
Notifications
You must be signed in to change notification settings - Fork 416
Congestion-Aware Initial Accumulated Cost #3031
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
soheilshahrouz
wants to merge
53
commits into
master
Choose a base branch
from
temp_lookahead_chan_cong
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
53 commits
Select commit
Hold shift + click to select a range
f76808d
enum class e_route_type
soheilshahrouz a9435b4
add estimate_routing_chann_util()
soheilshahrouz 6a03592
add set_estimated_routing_util()
soheilshahrouz 823c1a0
add empty() to prefix sum class
soheilshahrouz 3208425
const reference
soheilshahrouz f28832e
add chan_util_threshold and congestion_weight arguments to set_estima…
soheilshahrouz b68b529
implemented channel congestion factoring in map lookahead
soheilshahrouz 93b1d03
call set_estimated_routing_util() at the end of placement
soheilshahrouz 177f73c
add cmd line options for router lookahead congestion related params
soheilshahrouz 0c148d7
correct x_factor in congestion estimate of map lookahead
soheilshahrouz 21add30
initialize acc_cost based on post-placement channel util estimate
soheilshahrouz 30e0796
initialize chan_util_weight and chan_util_threshold with some cmd lin…
soheilshahrouz 38e748f
init acc_cost with channel util info only if such info is availale
soheilshahrouz 808b2ef
Merge branch 'master' into temp_lookahead_chan_cong
soheilshahrouz 133c3de
document empty() method for prefix sum classes
soheilshahrouz 56e8ee5
move t_rr_node_route_inf from vpr_types.h to rr_node_types.h
soheilshahrouz d6a8222
add doxygen comment for NetCostHandler::estimate_routing_chann_util()
soheilshahrouz dcf76f2
remove dead code in Placer::copy_locs_to_global_state()
soheilshahrouz 83813fa
move chan_util_threshold and chan_util_weight from routing context to…
soheilshahrouz 3ca5542
remove changes made to routerlookahead
soheilshahrouz c36bfb9
make format
soheilshahrouz 49c0c98
make get_adjusted_rr_position() static again
soheilshahrouz 167d8da
macro --> static constexpr
soheilshahrouz 468be05
Merge branch 'master' into temp_lookahead_chan_cong and resolve confi…
soheilshahrouz 9d64010
add calculate_channel_width() that computes channel width by iteratin…
soheilshahrouz 7d86ca1
handle 3d architectures in calculate_channel_width() by adding anothe…
soheilshahrouz bd716ad
NetCostHandler::estimate_routing_chann_util() return 3-d matrices but…
soheilshahrouz 80a85af
compute estimated wl for each channel when per-layer bb is used
soheilshahrouz bdfec62
initialize acc_cost for rr nodes on all layers
soheilshahrouz de05313
use calcualted channel width for post-placement channel util estimate
soheilshahrouz 8d40d73
make format
soheilshahrouz 42509b0
fix compilation warnings
soheilshahrouz d8abda9
add doxygen comments
soheilshahrouz a392361
add help message for --router_initial_acc_cost_chan_congestion_thresh…
soheilshahrouz bb55021
set default values for --router_initial_acc_cost_chan_congestion_weig…
soheilshahrouz a1b76f5
Merge branch 'master' into temp_lookahead_chan_cong
soheilshahrouz 44dbc4f
Merge branch 'master' into temp_lookahead_chan_cong
soheilshahrouz 08507dc
pragma once instead header guards
soheilshahrouz a2dc76c
remove clock_fwd.h
soheilshahrouz 079e8c1
Merge remote-tracking branch 'origin/master' into temp_lookahead_chan…
soheilshahrouz f5c866a
incerement channel width counters by node capacity
soheilshahrouz af7950c
rename estimate_routing_chann_util(() to estimate_routing_chan_util()
soheilshahrouz bc7f9d1
doxygen comment for `e_route_type` and improve comments for NetCostHa…
soheilshahrouz 20dd3f8
doxygen comment for `t_rr_rc_data`
soheilshahrouz 26e1017
move `t_rr_node_route_inf` from rr_node_type.h to route_commmon.h
soheilshahrouz 0837e07
make format
soheilshahrouz 27553a7
Merge remote-tracking branch 'origin/master' into temp_lookahead_chan…
soheilshahrouz 9e41b34
fix compilation error when server feature is enabled
soheilshahrouz 546980b
fix compilation error on savi3
soheilshahrouz 7fff850
fix remaining compiliation errors on savi3
soheilshahrouz 9a1ef9d
rename copy_locs_to_global_state() to update_global_state()
soheilshahrouz d7d189b
add comment to comp_initial_acc_cost()
soheilshahrouz 7bb3401
Merge branch 'master' into temp_lookahead_chan_cong
soheilshahrouz File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
#include "globals.h" | ||
#include "route_common.h" | ||
|
||
VprContext g_vpr_ctx; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.