Skip to content

Commit

Permalink
f4pga/flows: fix openocd and jlink script generation
Browse files Browse the repository at this point in the history
Signed-off-by: Artur Kowalski <artur.kowalski@3mdeb.com>
  • Loading branch information
arturkow2000 committed Oct 11, 2023
1 parent 1a96dd2 commit 73459e1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions f4pga/flows/platforms.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -548,12 +549,12 @@ ql-eos-s3:
inputs:
'#1': '${:bitstream}'
'#2': '${:bitstream}.jlink'
'#3': '${: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
Expand All @@ -565,7 +566,6 @@ ql-eos-s3:
inputs:
'#1': '${:bitstream}'
'#2': '${:bitstream}.openocd'
'#3': '${:iomux_openocd}'
bitstream_binary:
module: 'generic_script_wrapper'
params:
Expand Down

0 comments on commit 73459e1

Please sign in to comment.