ci/sftest: provide path to xdc files

Signed-off-by: Unai Martinez-Corral <umartinezcorral@antmicro.com>
This commit is contained in:
Unai Martinez-Corral 2022-05-24 20:01:45 +02:00
parent 4cc9a68399
commit daab4b3c02
1 changed files with 3 additions and 3 deletions

6
.github/sftest.json vendored
View File

@ -14,7 +14,7 @@
"default_target": "bitstream", "default_target": "bitstream",
"dependencies": { "dependencies": {
"xdc": [ "xdc": [
"arty200.xdc" "xc7/counter_test/arty200.xdc"
], ],
"build_dir": "build/arty_200" "build_dir": "build/arty_200"
} }
@ -23,7 +23,7 @@
"default_target": "bitstream", "default_target": "bitstream",
"dependencies": { "dependencies": {
"xdc": [ "xdc": [
"arty.xdc" "xc7/counter_test/arty.xdc"
], ],
"build_dir": "build/arty100" "build_dir": "build/arty100"
} }
@ -33,7 +33,7 @@
"dependencies": { "dependencies": {
"build_dir": "build/arty_35", "build_dir": "build/arty_35",
"xdc": [ "xdc": [
"arty.xdc" "xc7/counter_test/arty.xdc"
] ]
}, },
"values": { "values": {