Skip to content

Commit

Permalink
2020.2.3 Release
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Lavin <clavin@xilinx.com>
  • Loading branch information
clavin-xlnx committed Mar 30, 2021
1 parent 495025a commit 62a9c28
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 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.2.2.jar">
<classpathentry kind="lib" path="jars/rapidwright-api-lib-2020.2.3.jar">
<attributes>
<attribute name="javadoc_location" value="jar:platform:/resource/RapidWright/jars/rapidwright-api-lib-2020.2.2-javadoc.jar!/"/>
<attribute name="javadoc_location" value="jar:platform:/resource/RapidWright/jars/rapidwright-api-lib-2020.2.3-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.2.2-beta/rapidwright_jars.zip && unzip rapidwright_jars.zip
run: wget https://github.com/Xilinx/RapidWright/releases/download/v2020.2.3-beta/rapidwright_jars.zip && unzip rapidwright_jars.zip
- name: Compile RapidWright
run: make

5 changes: 5 additions & 0 deletions RELEASE_NOTES.TXT
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
============= RapidWright 2020.2.2-beta released on 2021-03-30 ================
Notes:
* Minor release that updates pin mappings when placing cells
* A few other minor changes, please see commit log for details

============= RapidWright 2020.2.2-beta released on 2021-03-10 ================
Notes:
* First release to include the interchange project (see https://github.com/SymbiFlow/fpga-interchange-schema)
Expand Down

0 comments on commit 62a9c28

Please sign in to comment.