From fac1dbbce7df9ffc3461644440dee26b9ea0e398 Mon Sep 17 00:00:00 2001 From: Krzysztof Boronski Date: Fri, 27 May 2022 06:51:58 -0500 Subject: [PATCH] Update CI tests Signed-off-by: Krzysztof Boronski --- .github/sftest.json | 22 ++-------------------- .github/workflows/Pipeline.yml | 3 +-- 2 files changed, 3 insertions(+), 22 deletions(-) diff --git a/.github/sftest.json b/.github/sftest.json index 9de377a..e1bf212 100644 --- a/.github/sftest.json +++ b/.github/sftest.json @@ -1,5 +1,5 @@ { - "default_platform": "xc7a50t", + "default_part": "XC7A35TCSG324-1", "values": { "top": "top" }, @@ -10,25 +10,7 @@ "synth_log": "synth.log", "pack_log": "pack.log" }, - "xc7a200t": { - "default_target": "bitstream", - "dependencies": { - "xdc": [ - "xc7/counter_test/arty200.xdc" - ], - "build_dir": "build/arty_200" - } - }, - "xc7a100t": { - "default_target": "bitstream", - "dependencies": { - "xdc": [ - "xc7/counter_test/arty.xdc" - ], - "build_dir": "build/arty100" - } - }, - "xc7a50t": { + "XC7A35TCSG324-1": { "default_target": "bitstream", "dependencies": { "build_dir": "build/arty_35", diff --git a/.github/workflows/Pipeline.yml b/.github/workflows/Pipeline.yml index 282f4a2..ea3a70e 100644 --- a/.github/workflows/Pipeline.yml +++ b/.github/workflows/Pipeline.yml @@ -160,7 +160,7 @@ jobs: . ./.github/scripts/activate.sh cd f4pga-examples - f4pga build --flow ../.github/sftest.json -t bitstream + f4pga build --flow ../.github/sftest.json - name: '📤 Upload artifact: Arty 35 bitstream' uses: actions/upload-artifact@v3 @@ -168,7 +168,6 @@ jobs: name: arty_35-Bitstream-pyF4PGA path: f4pga-examples/build/arty_35/top.bit - PYTHONPATH: runs-on: ubuntu-latest name: '🐍 PYTHONPATH'