aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorgatecat <gatecat@ds0.me>2021-06-01 08:57:46 +0100
committergatecat <gatecat@ds0.me>2021-06-01 09:52:40 +0100
commit0426ba4e877c0ec1130d8ab7bc74e70cc4e406bf (patch)
treedd0776a3d57a596b15a3c6c52f7d203cb1094cc1 /.github
parent24ae205f20f0e1a0326e48002ab14d5bacfca1ef (diff)
downloadnextpnr-0426ba4e877c0ec1130d8ab7bc74e70cc4e406bf.tar.gz
nextpnr-0426ba4e877c0ec1130d8ab7bc74e70cc4e406bf.tar.bz2
nextpnr-0426ba4e877c0ec1130d8ab7bc74e70cc4e406bf.zip
interchange: Add LIFCL-40 EVN tests
Signed-off-by: gatecat <gatecat@ds0.me>
Diffstat (limited to '.github')
-rwxr-xr-x.github/ci/build_interchange.sh2
-rw-r--r--.github/workflows/interchange_ci.yml4
2 files changed, 3 insertions, 3 deletions
diff --git a/.github/ci/build_interchange.sh b/.github/ci/build_interchange.sh
index c0da8b77..ed6e82bd 100755
--- a/.github/ci/build_interchange.sh
+++ b/.github/ci/build_interchange.sh
@@ -35,7 +35,7 @@ function get_dependencies {
python3 -m pip install -r requirements.txt
popd
- if [ ${DEVICE} == "LIFCL-17" ]; then
+ if [ ${DEVICE} == "LIFCL-17" ] || [ ${DEVICE} == "LIFCL-40" ]; then
# Install prjoxide
curl --proto '=https' -sSf https://sh.rustup.rs | sh -s -- -y
git clone --recursive https://github.com/gatecat/prjoxide.git
diff --git a/.github/workflows/interchange_ci.yml b/.github/workflows/interchange_ci.yml
index 54ddcc83..d60fdeb4 100644
--- a/.github/workflows/interchange_ci.yml
+++ b/.github/workflows/interchange_ci.yml
@@ -73,7 +73,7 @@ jobs:
# debugging CI failures.
fail-fast: false
matrix:
- device: [xc7a35t, xc7a100t, xc7a200t, xc7z010, LIFCL-17]
+ device: [xc7a35t, xc7a100t, xc7a200t, xc7z010, LIFCL-17, LIFCL-40]
steps:
- uses: actions/checkout@v2
@@ -115,7 +115,7 @@ jobs:
RAPIDWRIGHT_PATH: ${{ github.workspace }}/RapidWright
PYTHON_INTERCHANGE_PATH: ${{ github.workspace }}/python-fpga-interchange
PYTHON_INTERCHANGE_TAG: v0.0.13
- PRJOXIDE_REVISION: 7b3e4f85562d3b86a367e8d97d4314ebdee7647a
+ PRJOXIDE_REVISION: 82b23868d768dac9a5541331e3ddc4c4062627f7
DEVICE: ${{ matrix.device }}
run: |
export PATH="/usr/lib/ccache:/usr/local/opt/ccache/libexec:$PATH"