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",
|
||||
"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": {
|
||||
|
|
|
@ -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}"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue