eddieh-xlnx

Results 30 issues of eddieh-xlnx

New functionality: * Partial router can now cope with partially-routed nets. Previously, only nets which are fully unrouted (i.e. with no PIPs present) were considered for partial routing. Now, nets...

Also, it concerns unrouting the routing to a pin without removing the pin from the net. Taking the same example as https://github.com/Xilinx/RapidWright/pull/472: ``` # (Numbers represent nodes) 0 -> 1...

bug

When there is only one SitePinInst (A3), behaviour is as expected. `Cell.getSitePinFromLogicalPin()` for a FF cell returns `null` when no intra-site routing exists, and returns A3 when routed. When there...

bug

https://github.com/Xilinx/RapidWright/blob/6cf64a84a086fc0e013b372e66814f1a13ca1c4a/src/com/xilinx/rapidwright/util/FileTools.java#L1680-L1683 Would this not mean that new files would not get unpacked, nor old files updated?

https://github.com/Xilinx/RapidWright/blob/a34c0d71521a758e757056714ff0503de28f0c71/src/com/xilinx/rapidwright/design/tools/RelocationTools.java#L304-L308 is effectively a NOOP because it's modifying the list of references (to the same set of references) but not actually changing the referent.

bug

Prompting users to run `DesignTools.createMissingSitePinInsts()`

enhancement

Resolved by #280, but would be nice for a DRC to inform the user `Design.resolveSiteRoutingFromInContextPorts()` should be run. > Is it worth having a DRC (pending #262) that checks for...

enhancement