Skip to content

RapidWright 2018.2.1-beta Release

Compare
Choose a tag to compare
@clavin-xlnx clavin-xlnx released this 16 Oct 00:21
· 1822 commits to master since this release

Notes:

  • API Additions:
    • com.xilinx.rapidwright.device.Site "public SiteTypeEnum[] getAlternateSiteTypeEnums()"
    • com.xilinx.rapidwright.design.SiteInst "public SiteTypeEnum getPrimarySiteTypeEnum()"
    • com.xilinx.rapidwright.design.SiteInst "public SiteTypeEnum[] getAlternateSiteTypeEnums()"
  • API Removals:
    • com.xilinx.rapidwright.device.Site "public SiteType getPrimarySiteType()"
  • Resolves issues: #5, #6
  • Preliminary tutorial for running IP Integrator flow (rapid_compile_ipi)
    Known Issues:
  • Netlists that have two ports by same name where one is a single bit
    bus and another is multi-bit are not currently supported (for
    example, a module has an input 'my_signal' and 'my_signal[2:0]' is
    currently not allowed in the EDIF parser.
  • Clock router in Router class is disabled (under development).
  • PolynomialGenerator is a toy demonstration and does not produce a
    functionally valid circuit.
  • Issue #4 - JDK9 Compliance for some 3rd party libraries prints out warnings

NOTE: rapidwright_data.zip has not changed since 2018.2.0 and is not required to be re-downloaded to update.