platforms: eos-s3: fix bitstream paths

Signed-off-by: Paweł Czarnecki <pczarnecki@antmicro.com>
This commit is contained in:
Paweł Czarnecki 2022-08-01 12:25:18 +02:00 committed by Unai Martinez-Corral
parent 25094b2706
commit 4a6cb20312
1 changed files with 4 additions and 4 deletions

View File

@ -317,17 +317,17 @@
"outputs": {
"bitstream": {
"mode": "file",
"file": "bitstream-${device}.bit",
"target": "${build_dir?}/bitstream-${device}.bit"
"file": "${:eblif[noext]}.bit",
"target": "${:eblif[noext]}.bit"
},
"bitstream_log": {
"mode": "stdout",
"target": "${build_dir?}/bitstream-${device}.log"
"target": "${:eblif[noext]}.bit.log"
}
},
"inputs": {
"#1": "${:fasm}",
"#2": "bitstream-${device}.bit",
"#2": "${:eblif[noext]}.bit",
"dev-type": "ql-eos-s3"
}
},