-
Notifications
You must be signed in to change notification settings - Fork 108
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
[Interchange] Prototype multi-message support for logical and physical netlists #1031
Open
clavin-xlnx
wants to merge
29
commits into
vp1902_interchange_support_routing
Choose a base branch
from
large_interchange_designs
base: vp1902_interchange_support_routing
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
[Interchange] Prototype multi-message support for logical and physical netlists #1031
clavin-xlnx
wants to merge
29
commits into
vp1902_interchange_support_routing
from
large_interchange_designs
Conversation
This file contains 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
Signed-off-by: Chris Lavin <[email protected]>
Signed-off-by: Chris Lavin <[email protected]>
Signed-off-by: Chris Lavin <[email protected]>
Signed-off-by: Chris Lavin <[email protected]>
Signed-off-by: Chris Lavin <[email protected]>
Signed-off-by: Chris Lavin <[email protected]>
Signed-off-by: Chris Lavin <[email protected]>
Signed-off-by: Chris Lavin <[email protected]>
… device (#1026) * Do not assume Y = 0 has Laguna tiles, since it could be HBM device Signed-off-by: Eddie Hung <[email protected]> * Add test for xcu50 Signed-off-by: Eddie Hung <[email protected]> --------- Signed-off-by: Eddie Hung <[email protected]>
* Do not NPE on encrypted netlists Signed-off-by: Eddie Hung <[email protected]> * Apply suggestions from code review Co-authored-by: Chris Lavin <[email protected]> Signed-off-by: eddieh-xlnx <[email protected]> --------- Signed-off-by: Eddie Hung <[email protected]> Signed-off-by: eddieh-xlnx <[email protected]> Co-authored-by: Chris Lavin <[email protected]>
* Test for site routing from raw placed design Signed-off-by: Chris Lavin <[email protected]> * Update src/com/xilinx/rapidwright/util/VivadoTools.java Co-authored-by: eddieh-xlnx <[email protected]> Signed-off-by: Chris Lavin <[email protected]> * Refactoring Signed-off-by: Chris Lavin <[email protected]> * Switching to HEAD Signed-off-by: Chris Lavin <[email protected]> --------- Signed-off-by: Chris Lavin <[email protected]> Co-authored-by: eddieh-xlnx <[email protected]>
Signed-off-by: Chris Lavin <[email protected]>
…nge_designs Signed-off-by: Chris Lavin <[email protected]>
Signed-off-by: Chris Lavin <[email protected]>
Write *_load.tcl into same dir as DCP rather than into current working dir Signed-off-by: Eddie Hung <[email protected]>
* [RWRoute] Do not assume Y = 0 has Laguna tiles, since it could be HBM device (#1026) * Do not assume Y = 0 has Laguna tiles, since it could be HBM device Signed-off-by: Eddie Hung <[email protected]> * Add test for xcu50 Signed-off-by: Eddie Hung <[email protected]> --------- Signed-off-by: Eddie Hung <[email protected]> * [RWRoute] Do not NPE on encrypted netlists (#1025) * Do not NPE on encrypted netlists Signed-off-by: Eddie Hung <[email protected]> * Apply suggestions from code review Co-authored-by: Chris Lavin <[email protected]> Signed-off-by: eddieh-xlnx <[email protected]> --------- Signed-off-by: Eddie Hung <[email protected]> Signed-off-by: eddieh-xlnx <[email protected]> Co-authored-by: Chris Lavin <[email protected]> * Add TestSite.testGetIntTile() Signed-off-by: Eddie Hung <[email protected]> * Update test/src/com/xilinx/rapidwright/device/TestSite.java Co-authored-by: Chris Lavin <[email protected]> Signed-off-by: eddieh-xlnx <[email protected]> --------- Signed-off-by: Eddie Hung <[email protected]> Signed-off-by: eddieh-xlnx <[email protected]> Co-authored-by: Chris Lavin <[email protected]>
Signed-off-by: Chris Lavin <[email protected]>
Signed-off-by: Chris Lavin <[email protected]>
Signed-off-by: Chris Lavin <[email protected]>
* [RWRoute] Do not assume Y = 0 has Laguna tiles, since it could be HBM device (#1026) * Do not assume Y = 0 has Laguna tiles, since it could be HBM device Signed-off-by: Eddie Hung <[email protected]> * Add test for xcu50 Signed-off-by: Eddie Hung <[email protected]> --------- Signed-off-by: Eddie Hung <[email protected]> * [RWRoute] Do not NPE on encrypted netlists (#1025) * Do not NPE on encrypted netlists Signed-off-by: Eddie Hung <[email protected]> * Apply suggestions from code review Co-authored-by: Chris Lavin <[email protected]> Signed-off-by: eddieh-xlnx <[email protected]> --------- Signed-off-by: Eddie Hung <[email protected]> Signed-off-by: eddieh-xlnx <[email protected]> Co-authored-by: Chris Lavin <[email protected]> * Test that PIP.getArbitraryPIP() sets the reversed flag correctly Signed-off-by: Eddie Hung <[email protected]> * Add TestNode.getAll{Uphill,Downhill}PIPsReversed() tests Signed-off-by: Eddie Hung <[email protected]> * Adding HDIOB types (#1028) Signed-off-by: Chris Lavin <[email protected]> * [EDIFTools] writeTclLoadScriptForPartialEncryptedDesigns abspath (#1029) Write *_load.tcl into same dir as DCP rather than into current working dir Signed-off-by: Eddie Hung <[email protected]> * Test that PIP.getArbitraryPIP() sets the reversed flag correctly Signed-off-by: Eddie Hung <[email protected]> * Add TestNode.getAll{Uphill,Downhill}PIPsReversed() tests Signed-off-by: Eddie Hung <[email protected]> --------- Signed-off-by: Eddie Hung <[email protected]> Signed-off-by: eddieh-xlnx <[email protected]> Signed-off-by: Chris Lavin <[email protected]> Co-authored-by: Chris Lavin <[email protected]>
Signed-off-by: Eddie Hung <[email protected]>
Signed-off-by: Chris Lavin <[email protected]>
Signed-off-by: Chris Lavin <[email protected]>
Signed-off-by: Chris Lavin <[email protected]>
Signed-off-by: Chris Lavin <[email protected]>
Signed-off-by: Chris Lavin <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Splits up the logical and physical netlist Interchange writers/readers to use multiple messages. This is to avoid out of memory issues and also to avoid hitting fundamental limits with Cap'n Proto for very large designs. This builds on #1017.
The logical netlist that is reused inside the DeviceResources message is preserved as not multi-message.