-
Notifications
You must be signed in to change notification settings - Fork 121
2025.2.0 #1310
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
Draft
clavin-xlnx
wants to merge
8
commits into
master
Choose a base branch
from
2025.2.0
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.
Draft
2025.2.0 #1310
Conversation
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
…to 2.20.0 (#1306) * Testing updated 3rd party packages Signed-off-by: Chris Lavin <[email protected]> * Minor additions to DesignComparator Signed-off-by: Chris Lavin <[email protected]> * Update license to reflect new/updated packages Signed-off-by: Chris Lavin <[email protected]> * rc1 jar Signed-off-by: Chris Lavin <[email protected]> * Fix failing DesignComparator test. Signed-off-by: Chris Lavin <[email protected]> * Address review comments Signed-off-by: Chris Lavin <[email protected]> --------- Signed-off-by: Chris Lavin <[email protected]>
* [ECOTools] disconnectNet() to use skipUnrouteIntraSite property Full property: rapidwright.ecotools.disconnectNet.skipUnrouteIntraSite Signed-off-by: Eddie Hung <[email protected]> * Fix comment Signed-off-by: Eddie Hung <[email protected]> * [TestCell] Add testGetAllCorrespondingSitePinNamesLUTRouteThru() Signed-off-by: Eddie Hung <[email protected]> --------- Signed-off-by: Eddie Hung <[email protected]>
Signed-off-by: Chris Lavin <[email protected]>
* Full TCL parser for XDC Signed-off-by: Jakob Wenzel <[email protected]> * Testing updated 3rd party packages Signed-off-by: Chris Lavin <[email protected]> * Minor additions to DesignComparator Signed-off-by: Chris Lavin <[email protected]> * Update license to reflect new/updated packages Signed-off-by: Chris Lavin <[email protected]> * rc1 jar Signed-off-by: Chris Lavin <[email protected]> * Fix failing DesignComparator test. Signed-off-by: Chris Lavin <[email protected]> * Adds Jacl 1.4.1 as a library dependency Signed-off-by: Chris Lavin <[email protected]> * Address review comments Signed-off-by: Chris Lavin <[email protected]> * add more jacadoc, refactor to own package Signed-off-by: Jakob Wenzel <[email protected]> * 2025.2.0-rc2 jar with refactored XDCParser reference in Design.writeCheckpoint() Signed-off-by: Chris Lavin <[email protected]> * Add vertical clock spine printing and clock root detection (#1314) * Add vertical clock spine printing and clock root detection Signed-off-by: Andrew Butt <[email protected]> * Update comments Signed-off-by: Andrew Butt <[email protected]> * Add test for findClockRootVRoute Signed-off-by: Andrew Butt <[email protected]> * Update test/src/com/xilinx/rapidwright/design/TestNetTools.java Co-authored-by: Chris Lavin <[email protected]> Signed-off-by: Andrew Butt <[email protected]> * Update test/src/com/xilinx/rapidwright/design/TestNetTools.java Co-authored-by: Chris Lavin <[email protected]> Signed-off-by: Andrew Butt <[email protected]> --------- Signed-off-by: Andrew Butt <[email protected]> Signed-off-by: Andrew Butt <[email protected]> Co-authored-by: Chris Lavin <[email protected]> * Apply suggestions from code review Co-authored-by: Chris Lavin <[email protected]> Signed-off-by: Jakob Wenzel <[email protected]> * [PBlock] Add IsSoft and ExcludePlacement property in pblock (#1315) * [PBlock] Add IsSoft and ExcludePlacement property in pblock Signed-off-by: coherent17 <[email protected]> * [PBlock] Update getTclConstraints Signed-off-by: coherent17 <[email protected]> * [PBlock] reuse dcp in RapidWrightDCP to run test Signed-off-by: coherent17 <[email protected]> * [PblockProperty] Relocate PblockProperty and add unit test to test TclConstraints Signed-off-by: coherent17 <[email protected]> * [PblockProperty] Remove toString in PblockProperty Signed-off-by: coherent17 <[email protected]> --------- Signed-off-by: coherent17 <[email protected]> * apply more review suggestions Signed-off-by: Jakob Wenzel <[email protected]> * link to class documentation for lookup Signed-off-by: Jakob Wenzel <[email protected]> * add testcase Signed-off-by: Jakob Wenzel <[email protected]> * Test constraints for parsing, stringifying and then parsing again Signed-off-by: Jakob Wenzel <[email protected]> * add missing license header Signed-off-by: Jakob Wenzel <[email protected]> * parse pblocks with XDCParser Signed-off-by: Jakob Wenzel <[email protected]> * fix wrong import, fix license headers Signed-off-by: Jakob Wenzel <[email protected]> * check XDCParser against all DCPs in RapidWrightDCP Signed-off-by: Jakob Wenzel <[email protected]> * 2025.2.0-rc3, fixes #1320 Signed-off-by: Chris Lavin <[email protected]> * add roundtrip testing to TestConstraintTools Signed-off-by: Jakob Wenzel <[email protected]> * test roundtrip for all xdc, speed up get_cells Signed-off-by: Jakob Wenzel <[email protected]> * Updating reference to RapidWrightDCP Signed-off-by: Chris Lavin <[email protected]> --------- Signed-off-by: Jakob Wenzel <[email protected]> Signed-off-by: Chris Lavin <[email protected]> Signed-off-by: Andrew Butt <[email protected]> Signed-off-by: Andrew Butt <[email protected]> Signed-off-by: coherent17 <[email protected]> Co-authored-by: Chris Lavin <[email protected]> Co-authored-by: Andrew Butt <[email protected]> Co-authored-by: Chris Lavin <[email protected]> Co-authored-by: Coherent17 <[email protected]>
Signed-off-by: Chris Lavin <[email protected]>
Signed-off-by: Chris Lavin <[email protected]>
Signed-off-by: Chris Lavin <[email protected]>
* [EDIFPort] Refactor getBitBlastedIndices() Signed-off-by: Chris Lavin <[email protected]> * Check if isBus() Signed-off-by: Chris Lavin <[email protected]> * Update src/com/xilinx/rapidwright/edif/EDIFPort.java Co-authored-by: eddieh-xlnx <[email protected]> Signed-off-by: Chris Lavin <[email protected]> * Fixing chronic misspelling of indices Signed-off-by: Chris Lavin <[email protected]> * Update src/com/xilinx/rapidwright/edif/EDIFPort.java Co-authored-by: eddieh-xlnx <[email protected]> Signed-off-by: Chris Lavin <[email protected]> --------- Signed-off-by: Chris Lavin <[email protected]> Co-authored-by: eddieh-xlnx <[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.
No description provided.