platforms: eos-s3: fix bitstream paths
Signed-off-by: Paweł Czarnecki <pczarnecki@antmicro.com>
This commit is contained in:
parent
25094b2706
commit
4a6cb20312
|
@ -317,17 +317,17 @@
|
||||||
"outputs": {
|
"outputs": {
|
||||||
"bitstream": {
|
"bitstream": {
|
||||||
"mode": "file",
|
"mode": "file",
|
||||||
"file": "bitstream-${device}.bit",
|
"file": "${:eblif[noext]}.bit",
|
||||||
"target": "${build_dir?}/bitstream-${device}.bit"
|
"target": "${:eblif[noext]}.bit"
|
||||||
},
|
},
|
||||||
"bitstream_log": {
|
"bitstream_log": {
|
||||||
"mode": "stdout",
|
"mode": "stdout",
|
||||||
"target": "${build_dir?}/bitstream-${device}.log"
|
"target": "${:eblif[noext]}.bit.log"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"inputs": {
|
"inputs": {
|
||||||
"#1": "${:fasm}",
|
"#1": "${:fasm}",
|
||||||
"#2": "bitstream-${device}.bit",
|
"#2": "${:eblif[noext]}.bit",
|
||||||
"dev-type": "ql-eos-s3"
|
"dev-type": "ql-eos-s3"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue