blob: 4ddc8c4a3abe50bbaeb5e113746e09f6dfcbf67d [file] [log] [blame]
Timothy Trippel83f8d4c2022-03-29 23:10:27 -07001#!/bin/bash
2# Copyright lowRISC contributors.
3# Licensed under the Apache License, Version 2.0, see LICENSE for details.
4# SPDX-License-Identifier: Apache-2.0
5#
6# A shell script for executing dvsim.py as the test harness for functional
7# tests.
8
9set -e
10
11readonly DVSIM="util/dvsim/dvsim.py"
12
13echo "At this time, dvsim.py must be run manually (after building SW) via:
Alexander Williamsb05d61d2022-08-23 15:47:23 -070014${DVSIM} $* ${TEST_CMDS} "