Explicitly use bash in UVM Makefile

This fixes issue #700
This commit is contained in:
Rupert Swarbrick 2020-03-13 13:07:11 +00:00 committed by Rupert Swarbrick
parent 0a0a18c2cb
commit fd0d93ddf7

View file

@ -5,6 +5,9 @@
GEN_DIR := $(realpath ../../../vendor/google_riscv-dv)
TOOLCHAIN := ${RISCV_TOOLCHAIN}
# Explicitly ask for the bash shell
SHELL := bash
# Seed for instruction generator and RTL simulation
#
# By default, SEED is set to a different value on each run by picking a random