f4pga/flows: fix openocd and jlink script generation

Signed-off-by: Artur Kowalski <artur.kowalski@3mdeb.com>
This commit is contained in:
Artur Kowalski 2023-10-11 18:07:01 +02:00
parent 1a96dd299c
commit 905055c905
No known key found for this signature in database
GPG key ID: 3879C3040EB2EBD2

View file

@ -536,7 +536,8 @@ ql-eos-s3:
module: 'generic_script_wrapper'
params:
stage_name: bitstream_jlink
script: symbiflow_write_jlink
interpreter: '${python3}'
script: ['-m', 'quicklogic_fasm.bitstream_to_jlink']
outputs:
bitstream_jlink:
mode: file
@ -548,12 +549,13 @@ ql-eos-s3:
inputs:
'#1': '${:bitstream}'
'#2': '${:bitstream}.jlink'
'#3': '${:iomux_jlink}'
$_UNUSED_IOMUX_JLINK: '${:iomux_jlink}'
bitstream_openocd:
module: 'generic_script_wrapper'
params:
stage_name: bitstream_openocd
script: symbiflow_write_openocd
interpreter: '${python3}'
script: ['-m', 'quicklogic_fasm.bitstream_to_openocd']
outputs:
bitstream_openocd:
mode: file
@ -565,7 +567,7 @@ ql-eos-s3:
inputs:
'#1': '${:bitstream}'
'#2': '${:bitstream}.openocd'
'#3': '${:iomux_openocd}'
$_UNUSED_IOMUX_OPENOCD: '${:iomux_openocd}'
bitstream_binary:
module: 'generic_script_wrapper'
params: