Update CI tests
Signed-off-by: Krzysztof Boronski <kboronski@antmicro.com>
This commit is contained in:
parent
63bc565a1a
commit
fac1dbbce7
|
@ -1,5 +1,5 @@
|
||||||
{
|
{
|
||||||
"default_platform": "xc7a50t",
|
"default_part": "XC7A35TCSG324-1",
|
||||||
"values": {
|
"values": {
|
||||||
"top": "top"
|
"top": "top"
|
||||||
},
|
},
|
||||||
|
@ -10,25 +10,7 @@
|
||||||
"synth_log": "synth.log",
|
"synth_log": "synth.log",
|
||||||
"pack_log": "pack.log"
|
"pack_log": "pack.log"
|
||||||
},
|
},
|
||||||
"xc7a200t": {
|
"XC7A35TCSG324-1": {
|
||||||
"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": {
|
|
||||||
"default_target": "bitstream",
|
"default_target": "bitstream",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"build_dir": "build/arty_35",
|
"build_dir": "build/arty_35",
|
||||||
|
|
|
@ -160,7 +160,7 @@ jobs:
|
||||||
. ./.github/scripts/activate.sh
|
. ./.github/scripts/activate.sh
|
||||||
|
|
||||||
cd f4pga-examples
|
cd f4pga-examples
|
||||||
f4pga build --flow ../.github/sftest.json -t bitstream
|
f4pga build --flow ../.github/sftest.json
|
||||||
|
|
||||||
- name: '📤 Upload artifact: Arty 35 bitstream'
|
- name: '📤 Upload artifact: Arty 35 bitstream'
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v3
|
||||||
|
@ -168,7 +168,6 @@ jobs:
|
||||||
name: arty_35-Bitstream-pyF4PGA
|
name: arty_35-Bitstream-pyF4PGA
|
||||||
path: f4pga-examples/build/arty_35/top.bit
|
path: f4pga-examples/build/arty_35/top.bit
|
||||||
|
|
||||||
|
|
||||||
PYTHONPATH:
|
PYTHONPATH:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
name: '🐍 PYTHONPATH'
|
name: '🐍 PYTHONPATH'
|
||||||
|
|
Loading…
Reference in New Issue