Revert "f4pga/platforms/xc7a50t: override the path to arty.xdc" (#563)

This commit is contained in:
Unai Martinez-Corral 2022-05-24 20:18:45 +02:00 committed by GitHub
commit 9b140e9d34
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 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": {

View File

@ -81,7 +81,7 @@
"OUT_EBLIF": "${:eblif}",
"PYTHON3": "${python3}",
"UTILS_PATH": "${shareDir}/scripts",
"INPUT_XDC_FILES": "xc7/counter_test/arty.xdc"
"INPUT_XDC_FILES": "${:xdc}"
}
}
},