Philipp Wagner | 9cc6766 | 2020-09-09 19:47:41 +0100 | [diff] [blame] | 1 | # Copyright lowRISC contributors. |
| 2 | # Licensed under the Apache License, Version 2.0, see LICENSE for details. |
| 3 | # SPDX-License-Identifier: Apache-2.0 |
| 4 | # |
| 5 | # OpenTitan test local configuration |
| 6 | # |
| 7 | # This file contains settings for the machine on which the tests are being |
| 8 | # executed. |
| 9 | # |
| 10 | # Adjust this file to your system and move it to a searched location. |
| 11 | # We look for this config file in |
| 12 | # - $OPENTITAN_TEST_LOCALCONF |
| 13 | # - ~/.config/opentitan/test-localconf.yaml |
| 14 | # |
| 15 | |
| 16 | # connected FPGA boards |
| 17 | boards: |
| 18 | nexysvideo: |
| 19 | uart_device: /dev/ttyUSB0 |
| 20 | uart_speed: 115200 |
| 21 | # hw_server_url: "hw-server-host:3121" |
Pirmin Vogel | ad2afea | 2021-05-20 10:43:40 +0200 | [diff] [blame] | 22 | |
| 23 | cw310: |
| 24 | uart_device: /dev/ttyACM1 |
| 25 | uart_speed: 115200 |