-
Notifications
You must be signed in to change notification settings - Fork 113
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix DesignTools.makePhysNetNamesConsistent() (#703)
* Add test for #701 Signed-off-by: Eddie Hung <[email protected]> * Update testcase and test Signed-off-by: Eddie Hung <[email protected]> * Add testMakePhysNetNamesConsistentLogicalVccGnd() Signed-off-by: Eddie Hung <[email protected]> * Fix DesignTools.makePhysNetNamesConsistent() By transforming logical static nets <const{0,1}> into physical static nets GLOBAL_LOGIC{0,1} Signed-off-by: Eddie Hung <[email protected]> * Update test/src/com/xilinx/rapidwright/design/TestDesignTools.java Signed-off-by: eddieh-xlnx <[email protected]> * Improve testcase, check against Vivado only if present Signed-off-by: Eddie Hung <[email protected]> * Update RapidWrightDCP Signed-off-by: Eddie Hung <[email protected]> --------- Signed-off-by: Eddie Hung <[email protected]> Signed-off-by: eddieh-xlnx <[email protected]>
- Loading branch information
1 parent
cd8923c
commit 555732b
Showing
4 changed files
with
66 additions
and
3 deletions.
There are no files selected for viewing
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
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
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