-
Notifications
You must be signed in to change notification settings - Fork 109
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
[RWRoute] Yet more cleanup #1072
Commits on Oct 4, 2024
-
Tighten TestRWRoute.testSLRCrossingNonTimingDriven()
Signed-off-by: Eddie Hung <eddie.hung@amd.com>
Configuration menu - View commit details
-
Copy full SHA for 1298a39 - Browse repository at this point
Copy the full SHA 1298a39View commit details
Commits on Oct 5, 2024
-
[RWRoute] Tidy up, no functional change
Signed-off-by: Eddie Hung <eddie.hung@amd.com>
Configuration menu - View commit details
-
Copy full SHA for a206c2c - Browse repository at this point
Copy the full SHA a206c2cView commit details -
[RWRoute] Fix SLR crossing distance estimation
Signed-off-by: Eddie Hung <eddie.hung@amd.com>
Configuration menu - View commit details
-
Copy full SHA for ccdddee - Browse repository at this point
Copy the full SHA ccdddeeView commit details -
Remove unused RouteNode.driverCounts; down from 80 -> 72 bytes
Signed-off-by: Eddie Hung <eddie.hung@amd.com>
Configuration menu - View commit details
-
Copy full SHA for 4c1546b - Browse repository at this point
Copy the full SHA 4c1546bView commit details -
Signed-off-by: Eddie Hung <eddie.hung@amd.com>
Configuration menu - View commit details
-
Copy full SHA for 69a22c1 - Browse repository at this point
Copy the full SHA 69a22c1View commit details -
Signed-off-by: Eddie Hung <eddie.hung@amd.com>
Configuration menu - View commit details
-
Copy full SHA for d8afb12 - Browse repository at this point
Copy the full SHA d8afb12View commit details -
[RouteNodeGraph] Limit size of preservedMap/nodesMap value array
Signed-off-by: Eddie Hung <eddie.hung@amd.com>
Configuration menu - View commit details
-
Copy full SHA for ec288a1 - Browse repository at this point
Copy the full SHA ec288a1View commit details -
[PartialRouter] unpreserveNet() to return new NetWrapper
Signed-off-by: Eddie Hung <eddie.hung@amd.com>
Configuration menu - View commit details
-
Copy full SHA for a3bc056 - Browse repository at this point
Copy the full SHA a3bc056View commit details -
[PartialRouter] When overused sinks found, unroute on top of unpreser…
…ving Signed-off-by: Eddie Hung <eddie.hung@amd.com>
Configuration menu - View commit details
-
Copy full SHA for 008377f - Browse repository at this point
Copy the full SHA 008377fView commit details -
Signed-off-by: Eddie Hung <eddie.hung@amd.com> Conflicts: src/com/xilinx/rapidwright/rwroute/PartialRouter.java
Configuration menu - View commit details
-
Copy full SHA for 36c9e43 - Browse repository at this point
Copy the full SHA 36c9e43View commit details -
[RWRoute] ripUp() to not release exclusive sink nodes
Signed-off-by: Eddie Hung <eddie.hung@amd.com> Conflicts: src/com/xilinx/rapidwright/rwroute/PartialRouter.java src/com/xilinx/rapidwright/rwroute/RWRoute.java
Configuration menu - View commit details
-
Copy full SHA for 728b983 - Browse repository at this point
Copy the full SHA 728b983View commit details -
Configuration menu - View commit details
-
Copy full SHA for fbccb34 - Browse repository at this point
Copy the full SHA fbccb34View commit details -
Signed-off-by: Eddie Hung <eddie.hung@amd.com>
Configuration menu - View commit details
-
Copy full SHA for 22decc1 - Browse repository at this point
Copy the full SHA 22decc1View commit details -
Signed-off-by: Eddie Hung <eddie.hung@amd.com>
Configuration menu - View commit details
-
Copy full SHA for ad76a4e - Browse repository at this point
Copy the full SHA ad76a4eView commit details -
Sink is only exclusive if no alt sinks
Signed-off-by: Eddie Hung <eddie.hung@amd.com>
Configuration menu - View commit details
-
Copy full SHA for fd88782 - Browse repository at this point
Copy the full SHA fd88782View commit details -
RouteNode from 72 bytes to 64; use array/AtomicReferenceArray for ...
preservedMap and nodesMap Signed-off-by: Eddie Hung <eddie.hung@amd.com>
Configuration menu - View commit details
-
Copy full SHA for e82e56a - Browse repository at this point
Copy the full SHA e82e56aView commit details -
Add and use Connection.hasAltSinks()
Signed-off-by: Eddie Hung <eddie.hung@amd.com>
Configuration menu - View commit details
-
Copy full SHA for 8c5c6e8 - Browse repository at this point
Copy the full SHA 8c5c6e8View commit details -
Signed-off-by: Eddie Hung <eddie.hung@amd.com>
Configuration menu - View commit details
-
Copy full SHA for e91ed20 - Browse repository at this point
Copy the full SHA e91ed20View commit details
Commits on Oct 6, 2024
-
Fix assertions for alternate sinks
Signed-off-by: Eddie Hung <eddie.hung@amd.com>
Configuration menu - View commit details
-
Copy full SHA for 0bb302b - Browse repository at this point
Copy the full SHA 0bb302bView commit details -
Use Net.addPIP() for trackChanges()
Signed-off-by: Eddie Hung <eddie.hung@amd.com>
Configuration menu - View commit details
-
Copy full SHA for b5d16c7 - Browse repository at this point
Copy the full SHA b5d16c7View commit details -
[DesignTools] Cleanup createCeSrRstPinsToVCC()
Signed-off-by: Eddie Hung <eddie.hung@amd.com>
Configuration menu - View commit details
-
Copy full SHA for 037584c - Browse repository at this point
Copy the full SHA 037584cView commit details
Commits on Oct 7, 2024
-
[RouteNode] setBaseCost() to be more robust
Signed-off-by: Eddie Hung <eddie.hung@amd.com>
Configuration menu - View commit details
-
Copy full SHA for 3160382 - Browse repository at this point
Copy the full SHA 3160382View commit details -
Mark zero-length nodes with downhill PIP as being inaccessible
Signed-off-by: Eddie Hung <eddie.hung@amd.com>
Configuration menu - View commit details
-
Copy full SHA for e7b8d6e - Browse repository at this point
Copy the full SHA e7b8d6eView commit details -
Only warn about RCLKs if timing-driven
Signed-off-by: Eddie Hung <eddie.hung@amd.com>
Configuration menu - View commit details
-
Copy full SHA for ef66def - Browse repository at this point
Copy the full SHA ef66defView commit details -
Do not add as child if INACCESSIBLE
Signed-off-by: Eddie Hung <eddie.hung@amd.com>
Configuration menu - View commit details
-
Copy full SHA for bf1593d - Browse repository at this point
Copy the full SHA bf1593dView commit details -
Signed-off-by: Eddie Hung <eddie.hung@amd.com>
Configuration menu - View commit details
-
Copy full SHA for 6821a07 - Browse repository at this point
Copy the full SHA 6821a07View commit details -
[DesignTools] Fix createCeSrRstPinsToVCC() for US BRAMs
Signed-off-by: Eddie Hung <eddie.hung@amd.com>
Configuration menu - View commit details
-
Copy full SHA for f9069d1 - Browse repository at this point
Copy the full SHA f9069d1View commit details -
Apply suggestions from code review
Signed-off-by: eddieh-xlnx <eddie.hung@amd.com>
Configuration menu - View commit details
-
Copy full SHA for 790e797 - Browse repository at this point
Copy the full SHA 790e797View commit details -
[DesignTools] Add LDCE/LDPE to flop types that need site pins
Signed-off-by: Eddie Hung <eddie.hung@amd.com>
Configuration menu - View commit details
-
Copy full SHA for d4e94b7 - Browse repository at this point
Copy the full SHA d4e94b7View commit details -
Ignore rnodes created before iteration 0, make abandoning message cle…
…arer Signed-off-by: Eddie Hung <eddie.hung@amd.com>
Configuration menu - View commit details
-
Copy full SHA for 07d8f12 - Browse repository at this point
Copy the full SHA 07d8f12View commit details
Commits on Oct 23, 2024
-
Merge branch 'master' into rwroute_cleanup2
Conflicts: src/com/xilinx/rapidwright/design/DesignTools.java src/com/xilinx/rapidwright/rwroute/PartialRouter.java src/com/xilinx/rapidwright/rwroute/RouteNode.java
Configuration menu - View commit details
-
Copy full SHA for ab908c2 - Browse repository at this point
Copy the full SHA ab908c2View commit details -
RouteNodeGraph.allowRoutethru() to ignore NODE_PINFEED targets
Signed-off-by: Eddie Hung <eddie.hung@amd.com>
Configuration menu - View commit details
-
Copy full SHA for d9927c2 - Browse repository at this point
Copy the full SHA d9927c2View commit details -
Configuration menu - View commit details
-
Copy full SHA for e00bd91 - Browse repository at this point
Copy the full SHA e00bd91View commit details
Commits on Nov 14, 2024
-
Merge branch 'signal_router_optimize' into rwroute_cleanup2
Conflicts: src/com/xilinx/rapidwright/rwroute/RWRoute.java src/com/xilinx/rapidwright/rwroute/RouteNode.java src/com/xilinx/rapidwright/rwroute/RouteNodeGraph.java src/com/xilinx/rapidwright/rwroute/RouteNodeType.java
Configuration menu - View commit details
-
Copy full SHA for 3bfcdf4 - Browse repository at this point
Copy the full SHA 3bfcdf4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1ebc503 - Browse repository at this point
Copy the full SHA 1ebc503View commit details -
Signed-off-by: Eddie Hung <eddie.hung@amd.com>
Configuration menu - View commit details
-
Copy full SHA for 0cf3118 - Browse repository at this point
Copy the full SHA 0cf3118View commit details -
Configuration menu - View commit details
-
Copy full SHA for c207dbc - Browse repository at this point
Copy the full SHA c207dbcView commit details -
Signed-off-by: Eddie Hung <eddie.hung@amd.com>
Configuration menu - View commit details
-
Copy full SHA for 0b57ffa - Browse repository at this point
Copy the full SHA 0b57ffaView commit details -
Signed-off-by: Eddie Hung <eddie.hung@amd.com>
Configuration menu - View commit details
-
Copy full SHA for 062e4d9 - Browse repository at this point
Copy the full SHA 062e4d9View commit details