-
Notifications
You must be signed in to change notification settings - Fork 415
3D NoC #2649
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
3D NoC #2649
Changes from all commits
Commits
Show all changes
42 commits
Select commit
Hold shift + click to select a range
402de31
update generate_noc_mesh() to support 3d mesh
soheilshahrouz 82a8dce
add pairs() method to vtr::vector
soheilshahrouz ee02db0
check that logical and physical routers are on the same layer in crea…
soheilshahrouz c32a0cb
fix compilation errors in test_setup_noc.cpp
soheilshahrouz 097b5ee
update XYRouting to support 3d noc
soheilshahrouz 6d30232
3d support in negative first routing algrotihtm
soheilshahrouz 2c872bf
select_next_direction() method is no longer pure virtual
soheilshahrouz b3649d3
3d north-last routing algorithm
soheilshahrouz 6defaef
forbid 6 90-degree turns in 3d north-last algorithm
soheilshahrouz 75eae08
3d west-first routing algorithm
soheilshahrouz 6b17b25
remove select_next_direction() override in westfirstrouting
soheilshahrouz ba20efc
3d support in OddEvenRouting::is_turn_legal()
soheilshahrouz d1df108
rename directions
soheilshahrouz adb503c
Update TurnModelRouting::move_to_next_router() for 3d support
soheilshahrouz 5948545
temp commit before changing the get_legal_directions()' signature
soheilshahrouz 29ddd6e
add prev_dir argument to get_legal_directions()
soheilshahrouz 381ff61
add is_noc_3d() method
soheilshahrouz 2de853e
add noc_is_3d arg to is_turn_legal()
soheilshahrouz 18b9e76
add route_2d and route_3d methods
soheilshahrouz f464e5d
implemented OddEvenRouting::route_3d() method
soheilshahrouz a183c2c
avoid using global state in OddEvenRouting
soheilshahrouz f087f41
add simple tests for odd-even routing
soheilshahrouz ae70992
test source-destination pair that are arbitrary rows and columns
soheilshahrouz 8e2283e
check turn legality in odd-even routing unit test
soheilshahrouz 07d8bcd
Merge branch 'master' into 3d_noc
soheilshahrouz 75228d4
add a 3d noc arch file
soheilshahrouz 55787af
resize the fixed layout
soheilshahrouz 638fce2
update config files to add 3d noc arch file
soheilshahrouz 5a9df1f
fix arch file name in config files
soheilshahrouz 639ee62
add missing expected tags
soheilshahrouz 76a4131
fix typos
soheilshahrouz 89dfb32
spread noc pins across two layers
soheilshahrouz e8feb3e
write the correct layer number to noc placement file
soheilshahrouz 1585edb
add get_compressed_noc_grid()
soheilshahrouz 3318060
applied PR comments
soheilshahrouz 0bace2e
fix compilation error in test_read_xml_arch_file.cpp
soheilshahrouz 72f08ce
fix clang compilation error
soheilshahrouz 8554635
fix unit test failures in test_setup_noc
soheilshahrouz af31b4d
Merge branch 'master' into 3d_noc
vaughnbetz feb308b
call the correct version of determine_legal_directions_xd in odd even…
soheilshahrouz 748ce39
add the missing element to time_elapsed_ for noc biased centroid move
soheilshahrouz 8228d52
Merge branch 'master' into 3d_noc and resolve conflicts
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
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.