ci/sftest: provide path to xdc files
Signed-off-by: Unai Martinez-Corral <umartinezcorral@antmicro.com>
This commit is contained in:
parent
4cc9a68399
commit
daab4b3c02
|
@ -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": {
|
||||||
|
|
Loading…
Reference in New Issue