Revert "f4pga/platforms/xc7a50t: override the path to arty.xdc" (#563)
This commit is contained in:
commit
9b140e9d34
|
@ -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": {
|
||||||
|
|
|
@ -81,7 +81,7 @@
|
||||||
"OUT_EBLIF": "${:eblif}",
|
"OUT_EBLIF": "${:eblif}",
|
||||||
"PYTHON3": "${python3}",
|
"PYTHON3": "${python3}",
|
||||||
"UTILS_PATH": "${shareDir}/scripts",
|
"UTILS_PATH": "${shareDir}/scripts",
|
||||||
"INPUT_XDC_FILES": "xc7/counter_test/arty.xdc"
|
"INPUT_XDC_FILES": "${:xdc}"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue