1# SPDX-License-Identifier: Apache-2.0
2
3board_set_flasher_ifnset(nios2)
4board_set_debugger_ifnset(nios2)
5
6board_finalize_runner_args(nios2
7  # TODO: merge this script into nios2.py
8  "--quartus-flash=${ZEPHYR_BASE}/scripts/support/quartus-flash.py"
9  )
10