| # Copyright lowRISC contributors. | |
| # Licensed under the Apache License, Version 2.0, see LICENSE for details. | |
| # SPDX-License-Identifier: Apache-2.0 | |
| # "JTAG adapter" for simulation, exposed to OpenOCD through a TCP socket | |
| # speaking the remote_bitbang protocol. The adapter is implemented as | |
| # SystemVerilog DPI module. | |
| adapter driver remote_bitbang | |
| remote_bitbang_port 44853 | |
| remote_bitbang_host localhost |