1
0
mirror of https://github.com/YosysHQ/nextpnr.git synced 2026-02-16 12:53:25 +00:00

interchange: Add LIFCL-40 EVN tests

Signed-off-by: gatecat <gatecat@ds0.me>
This commit is contained in:
gatecat
2021-06-01 08:57:46 +01:00
parent 24ae205f20
commit 0426ba4e87
12 changed files with 85 additions and 4 deletions

View File

@@ -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

View File

@@ -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"