Skip to content

Commit

Permalink
2020.1.5 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
clavin-xlnx committed Nov 13, 2020
1 parent 2ba23f1 commit 559360a
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 32 deletions.
4 changes: 2 additions & 2 deletions .classpath
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@
<classpathentry kind="lib" path="jars/kryo-5.0.0-RC5.jar"/>
<classpathentry kind="lib" path="jars/minlog-1.3.0.jar"/>
<classpathentry kind="lib" path="jars/jython-standalone-2.7.2.jar"/>
<classpathentry kind="lib" path="jars/rapidwright-api-lib-2020.1.4.jar">
<classpathentry kind="lib" path="jars/rapidwright-api-lib-2020.1.5.jar">
<attributes>
<attribute name="javadoc_location" value="jar:platform:/resource/RapidWright/jars/rapidwright-api-lib-2020.1.4-javadoc.jar!/"/>
<attribute name="javadoc_location" value="jar:platform:/resource/RapidWright/jars/rapidwright-api-lib-2020.1.5-javadoc.jar!/"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="jars/jgrapht-core-1.3.0.jar"/>
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
with:
java-version: 1.8
- name: Install RapidWright
run: wget https://github.com/Xilinx/RapidWright/releases/download/v2020.1.4-beta/rapidwright_jars.zip && unzip rapidwright_jars.zip
run: wget https://github.com/Xilinx/RapidWright/releases/download/v2020.1.5-beta/rapidwright_jars.zip && unzip rapidwright_jars.zip
- name: Compile RapidWright
run: make

29 changes: 0 additions & 29 deletions .travis.yml

This file was deleted.

14 changes: 14 additions & 0 deletions RELEASE_NOTES.TXT
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
============= RapidWright 2020.1.5-beta released on 2020-11-13 ================
Notes:
* Fixes a bug with incorrect SRL16* pin mappings on Series 7 and
STARTUPE3 pins on Zynq UltraScale+
* Checks for null parameters on Design.placeCell() - See Issue #91
* Removes incorrect board reference from DCPs created in RapidWright
* Fixes an issue with Cell -> BEL pin mappings where parameters don't
have entries
* Switches to GitHub Actions from Travis CI for automatic builds
* Changes default behavior for Kryo so that it no longer requires
class registering
- API Additions:
- com.xilinx.rapidwright.design.Design "public static EDIFLibrary getPrimitivesLibrary(String deviceName)"

============= RapidWright 2020.1.4-beta released on 2020-11-02 ================
Notes:
* Adds 2020.1 update 1 Vivado devices (XCVU19P, XCZU46DR, XCZU47DR,
Expand Down

0 comments on commit 559360a

Please sign in to comment.