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