-
Notifications
You must be signed in to change notification settings - Fork 414
3D Placement Constraints #2623
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 Placement Constraints #2623
Changes from all commits
Commits
Show all changes
34 commits
Select commit
Hold shift + click to select a range
fb3beca
updated Region and RegionRectCoord to support layer range
soheilshahrouz 0907fcf
add layer_low and layer_high to vpr_contstraints.xsd
soheilshahrouz 875a238
add layer_low and layer_high to vpr_constraints_writer
soheilshahrouz 448aa85
update grid_tile_lookup to support layer range
soheilshahrouz a67c8c2
updated initial placement to support layer range
soheilshahrouz 25e5145
Merge branch 'update_search_range_with_floorplan_constraint' into 3d_…
soheilshahrouz e97bfff
update place_constraints.cpp to support layer range
soheilshahrouz cd75e21
early check to see if a block can be placed in a layer
soheilshahrouz 423f975
replace initial rect coordinates with numeric_limits functions
soheilshahrouz 686011b
fix compilation errors in test_vpr_constraints.cpp
soheilshahrouz d73139d
add unit tests for 3d floorplan regions
soheilshahrouz e998e82
add StringMaker<vtr::Rect<T>>
soheilshahrouz 54bf518
fix false empty region intersection bug
soheilshahrouz 0fcae3a
fix empty region check bug
soheilshahrouz 32e6900
update test_vpr_constraints with cases that have regions spanning mul…
soheilshahrouz aeb4612
bugfix: consider the last layer in exhaustive initial placement of a …
soheilshahrouz e32f037
bugfix: consider the last layer when constructing GridTileLookup
soheilshahrouz 56691b5
default layer range when the layer is not specified
soheilshahrouz 24449d3
remove RegionRectCoord class
soheilshahrouz fa40fc3
remove calls to get_region_bounds() and set_region_bounds()
soheilshahrouz 3d6941f
add CI test for 3d placement constraints
soheilshahrouz 2d1de0c
draw floorplan regions for 3d architectures
soheilshahrouz 8d41358
add hash function for PartitionRegion
soheilshahrouz 9fd7389
add == operator for PartitionRegion
soheilshahrouz 571cede
changed floorplan_constraints_regions_overfull() to check whether who…
soheilshahrouz c74ca63
check the legality of region when parsing it
soheilshahrouz ea6464e
add comments
soheilshahrouz 00e5b65
fix the failing unit test
soheilshahrouz 9849395
updated docs with layer_low and layer_high
soheilshahrouz 2d959d8
add a 3D constraint file where are atoms are locked down
soheilshahrouz ba78649
Merge remote-tracking branch 'origin/master' into 3d_constraints
soheilshahrouz a446074
add vpr_tight_floorplan_3d to task list
soheilshahrouz a24e8ab
bugfix: consider the last layer in region_with_subtile_count()
soheilshahrouz 224c8ac
fixbug: print block type name and the number of tiles for overfull prs
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.