OpenCores
URL https://opencores.org/ocsvn/ssbcc/ssbcc/trunk

Subversion Repositories ssbcc

[/] [ssbcc/] [trunk/] [core/] [9x8/] [peripherals/] [tb/] [wide_strobe/] [run] - Blame information for rev 3

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 3 sinclairrf
#!/bin/bash
2
#
3
# Copyright 2013, Sinclair R.F., Inc.
4
 
5
NAME=wide_strobe
6
 
7
../../../../../ssbcc -q -P monitor_stack tb_${NAME}.9x8 || { echo "${NAME} compile failed" > /dev/stderr; exit 1; }
8
iverilog -o tb tb.v tb_${NAME}.v || { echo "${NAME} build failed" > /dev/stderr; exit 1; }
9
./tb > tb.out;
10
 
11
T="`md5sum -c md5sums 2>&1 | sed '/: OK$/d'`";
12
if [ -n "${T}" ]; then
13
  echo "${NAME} failed" > /dev/stderr;
14
  exit 1;
15
fi
16
 
17
echo "Passed:  ${NAME}";
18
exit 0;

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.