URL
https://opencores.org/ocsvn/ssbcc/ssbcc/trunk
Subversion Repositories ssbcc
[/] [ssbcc/] [trunk/] [example/] [interrupt/] [run] - Rev 12
Compare with Previous | Blame | View Log
#!/bin/bash
# Copyright 2015, Sinclair R.F., Inc.
NAME=dual_interrupt
../../ssbcc -q --display-opcode -P monitor_stack ${NAME}.9x8 \
|| { echo "${NAME} compile failed" > /dev/stderr; exit 1; }
iverilog -o tb tb.v ${NAME}.v \
|| { echo "${NAME} build failed" > /dev/stderr; exit 1; }
./tb