diff --git a/.classpath b/.classpath
index 42136dd3b..7022e864b 100644
--- a/.classpath
+++ b/.classpath
@@ -19,9 +19,9 @@
-
+
-
+
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index a44520d58..b530dc569 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -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
diff --git a/.travis.yml b/.travis.yml
deleted file mode 100644
index d9235f4d8..000000000
--- a/.travis.yml
+++ /dev/null
@@ -1,29 +0,0 @@
-notifications:
- email:
- recipients:
- - chris.lavin@xilinx.com
- on_success: always
- on_failure: always
-
-language: java
-
-jdk:
-# - oraclejdk8
-# - oraclejdk9
-# - oraclejdk11
- - openjdk8
-# - openjdk9
-# - openjdk10
- - openjdk11
-
-branches:
- only:
- - master
-
-# Download jars zip
-before_install:
-# Rate limiting will cause this command to fail, we'll need to hard code the jars path for now
-#- curl -s https://api.github.com/repos/Xilinx/RapidWright/releases/latest | grep '/rapidwright_jars.zip' | awk -F'"' '{print $4}' | wget -i -
-- wget https://github.com/Xilinx/RapidWright/releases/download/v2020.1.4-beta/rapidwright_jars.zip
-- unzip rapidwright_jars.zip
-
diff --git a/RELEASE_NOTES.TXT b/RELEASE_NOTES.TXT
index 884e0d0ca..6a1750727 100644
--- a/RELEASE_NOTES.TXT
+++ b/RELEASE_NOTES.TXT
@@ -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,