aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows
diff options
context:
space:
mode:
authorgatecat <gatecat@ds0.me>2021-03-25 12:51:19 +0000
committergatecat <gatecat@ds0.me>2021-03-30 16:31:51 +0100
commitecfaae7f9ea9bfad4b9af08495ac72cb5f6972ec (patch)
treee8a13f1726289990439ce968ca14ccbe6860ce5b /.github/workflows
parentb6b89593971bcddc874b3839dc5d107f975f1404 (diff)
downloadnextpnr-ecfaae7f9ea9bfad4b9af08495ac72cb5f6972ec.tar.gz
nextpnr-ecfaae7f9ea9bfad4b9af08495ac72cb5f6972ec.tar.bz2
nextpnr-ecfaae7f9ea9bfad4b9af08495ac72cb5f6972ec.zip
interchange: Add Nexus LUT test
Signed-off-by: gatecat <gatecat@ds0.me>
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/interchange_ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/interchange_ci.yml b/.github/workflows/interchange_ci.yml
index 71727fe3..3cc3e1b5 100644
--- a/.github/workflows/interchange_ci.yml
+++ b/.github/workflows/interchange_ci.yml
@@ -67,7 +67,7 @@ jobs:
needs: [Build-yosys, Build-nextpnr]
strategy:
matrix:
- device: [xc7a35t, xc7a100t, xc7a200t, xc7z010]
+ device: [xc7a35t, xc7a100t, xc7a200t, xc7z010, LIFCL-17]
steps:
- uses: actions/checkout@v2