From c75eb0a699f77394f2af24c530bba6054fcaf14d Mon Sep 17 00:00:00 2001 From: clavin Date: Mon, 15 Oct 2018 16:49:11 -0700 Subject: [PATCH] Updating release notes for 2018.2.1. --- README.md | 5 ++++- RELEASE_NOTES.TXT | 20 ++++++++++++++++++++ 2 files changed, 24 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b8a432d97..7101138b8 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/RELEASE_NOTES.TXT b/RELEASE_NOTES.TXT index d32e7ad27..fec6dcb1d 100644 --- a/RELEASE_NOTES.TXT +++ b/RELEASE_NOTES.TXT @@ -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