-
Notifications
You must be signed in to change notification settings - Fork 415
Override edge attributes in RR graph #2930
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
Merged
Merged
Changes from all commits
Commits
Show all changes
34 commits
Select commit
Hold shift + click to select a range
ff48e6b
added load_rr_edge_overrides function
soheilshahrouz 5722c79
add -read_rr_edge_override command line option
soheilshahrouz dc89abd
Merge branch 'master' into ingest_per_edge_delay
soheilshahrouz 08538ff
add help message for --read_rr_edge_override
soheilshahrouz 3be8914
remove unused header files and types in rr_graph.cpp
soheilshahrouz 7c6a282
rename device_ctx.read_rr_graph_filename to loaded_rr_graph_filename …
soheilshahrouz 16870df
doxygen comment for t_det_routing_arch. Comment read_rr_edge_override…
soheilshahrouz 43bde82
add declaration for process_rr_edge_override()
soheilshahrouz ba2656d
Merge branch 'master' into ingest_per_edge_delay
soheilshahrouz 03849e4
fix a few typos
soheilshahrouz 04e25e8
added a doxygen comments
soheilshahrouz a648aab
use VTR_LOGV_ERROR instead of is statements
soheilshahrouz 4115a25
doxygen comment for load_rr_edge_overrides()
soheilshahrouz 97da592
make format
soheilshahrouz 305c46e
only override edge delay and not electrical stuff
soheilshahrouz 1163f30
add a unit test for reading edge override file
soheilshahrouz dbeec69
Add edge_id() method to find an edge that connects given src and sink…
soheilshahrouz 690244a
replace for loop with edge_id() method that return an edge connecting…
soheilshahrouz fb5ad75
add doxygen comment for edge_id() method
soheilshahrouz ebf88f0
verify overridden edge attribute in the unit test
soheilshahrouz 9b6d824
move operator==() and hash function of t_rr_switch_inf to physical_ty…
soheilshahrouz df627ce
add test_read_rr_edge_override.txt
soheilshahrouz 4110acd
make format
soheilshahrouz 14b562e
Merge branch 'master' into ingest_per_edge_delay
soheilshahrouz 010b0ac
init value of false for load_flat_placement
soheilshahrouz 7ce51f0
Merge branch 'master' into ingest_per_edge_delay
soheilshahrouz 94e24be
Merge remote-tracking branch 'origin/master' into ingest_per_edge_delay
soheilshahrouz 9f06be2
apply PR comments
soheilshahrouz 5da6cf7
add the requested comments
soheilshahrouz 8c960f9
update file_formats.rst
soheilshahrouz c71a2bc
add --read_rr_edge_override to command_line_usage.rst
soheilshahrouz eac8bfc
remove duplicate text in command_line_usage.rst
soheilshahrouz 2ef555f
Merge branch 'master' into ingest_per_edge_delay
soheilshahrouz d390291
explain what RR edge override feature is useful for
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
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.