minor update

This commit is contained in:
Blaise Tine 2024-06-14 08:38:17 -07:00
parent 896eb09ec3
commit c5e57ce5d5

View file

@ -19,6 +19,10 @@ set -e
# clear blackbox cache
rm -f blackbox.*.cache
XLEN=${XLEN:=@XLEN@}
echo "Vortex Regression Test: XLEN=$XLEN"
split_file() {
if [[ $# -ne 2 ]]; then
echo "Usage: $0 <filename> <start_with>"