1#!/usr/bin/env bash
2
3set -e
4
5DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
6
7"$DIR"/make-parallel or1ksim
8
9qemu-system-or1k -nographic -M or1k-sim -cpu any \
10    -kernel build-or1ksim/lk.elf $@
11
12#or1k-elf-sim -f platform/or1ksim/or1ksim.cfg build-or1ksim/lk.elf $@
13