RapidWright 2022.1.4-beta Release
·
677 commits
to master
since this release
NOTE: Due to GitHub size limitations, All Series7 devices are now located in rapidwright_data2.zip
. All other files are in rapidwright_data.zip
.
Release Notes:
- Can now load EDIF netlist in parallel with placement and routing when reading a DCP
- Allows the Design object to detach the corresponding EDIFNetlist to save working memory
- Restores the original EDIFPort.getBusName() behavior
- Changes EDIFPortInstList duplicate behavior from prohibit to overwrite
- Net.removePin() to unset alternate source
- Fix Net.removePin() for static nets under preserveOtherRoutes
- Option to track process peak memory usage
- Fix for #548, #572, #564
- Fixes intrasite routing to CARRY pins from LUT outputs on UltraScale/+
- API Additions:
- com.xilinx.rapidwright.design.Cell "public void setEDIFHierCellInst(EDIFHierCellInst inst)"
- com.xilinx.rapidwright.design.Design "public void detachNetlist()"
- com.xilinx.rapidwright.device.Node "public Collection getAllDownhillNodes(Collection nodes)"
- com.xilinx.rapidwright.device.Node "public Collection getAllUphillNodes(Collection nodes)"