Skip to content

Commit

Permalink
Updating release notes for 2018.2.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
clavin-xlnx committed Oct 15, 2018
1 parent 956af6b commit c75eb0a
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,11 @@ see pre-implmented modules as a way to build systematic shells and
overlays and a core piece of strategy in achieving near-spec
performance.

For more information, please see http://www.rapidwright.io.
If you run into issues, feel free to file an issue on the [Github issue
tracker](https://github.com/Xilinx/RapidWright/issues/new) or, for more broad questions/requests, post on our [support
forum](https://groups.google.com/forum/#!forum/rapidwright).

For more information, please see http://www.rapidwright.io.

NOTE: RapidWright is not an official product from Xilinx and designs
created or derived from it are not warranted. Please see
Expand Down
20 changes: 20 additions & 0 deletions RELEASE_NOTES.TXT
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
============= RapidWright 2018.2.1-beta released on 2018-10-15 =================
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: #4, #5
- 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

============= RapidWright 2018.2.0-beta released on 2018-10-01 =================
Notes:
- Initial release with new RapidWright API Library
Expand Down

0 comments on commit c75eb0a

Please sign in to comment.