blob: 2ae6dc88d9dce708e82e59949c7e8bfc252dbb51 [file] [log] [blame]
Philipp Wagner9cc67662020-09-09 19:47:41 +01001# 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
17boards:
18 nexysvideo:
19 uart_device: /dev/ttyUSB0
20 uart_speed: 115200
21 # hw_server_url: "hw-server-host:3121"
Pirmin Vogelad2afea2021-05-20 10:43:40 +020022
23 cw310:
24 uart_device: /dev/ttyACM1
25 uart_speed: 115200