Timothy Trippel | 83f8d4c | 2022-03-29 23:10:27 -0700 | [diff] [blame] | 1 | #!/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 | |
| 9 | set -e |
| 10 | |
| 11 | readonly DVSIM="util/dvsim/dvsim.py" |
| 12 | |
| 13 | echo "At this time, dvsim.py must be run manually (after building SW) via: |
Alexander Williams | b05d61d | 2022-08-23 15:47:23 -0700 | [diff] [blame] | 14 | ${DVSIM} $* ${TEST_CMDS} " |