neorv32/sim/simple/ghdl.sh

10 lines
118 B
Bash
Raw Permalink Normal View History

2024-02-24 08:25:27 +00:00
#!/usr/bin/env bash
# Abort if any command returns != 0
set -e
cd $(dirname "$0")
./ghdl.setup.sh
./ghdl.run.sh $1