RapidWright icon indicating copy to clipboard operation
RapidWright copied to clipboard

[RWRoute] Yet more cleanup

Open eddieh-xlnx opened this issue 5 months ago • 0 comments

  • RouteNode reduced from 80 bytes to 64 bytes
  • RouteNodeGraph.{preservedMap,nodesMap} (no longer ConcurrentHashMap-s) values' to be arrays to be sized no larger than number of base wires of its tile
  • SLR crossing optimizations and distance computation fixes
  • Various other optimizations

eddieh-xlnx avatar Sep 26 '24 05:09 eddieh-xlnx