mirror of
https://github.com/chipsalliance/f4pga.git
synced 2025-01-03 03:43:37 -05:00
f4pga/flows: fix openocd and jlink script generation
Signed-off-by: Artur Kowalski <artur.kowalski@3mdeb.com>
This commit is contained in:
parent
1a96dd299c
commit
905055c905
1 changed files with 6 additions and 4 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue