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

Subversion Repositories s1_core

[/] [s1_core/] [trunk/] [tools/] [bin/] [run_vcs] - Diff between revs 86 and 105

Go to most recent revision | Only display areas with differences | Details | Blame | View Log

Rev 86 Rev 105
#!/bin/bash
#!/bin/bash
if [ -z "$S1_ROOT" ]; then echo "***ERROR***: S1_ROOT variable is undefined, please set it and run 'source sourceme'."; exit 1; fi
if [ -z "$S1_ROOT" ]; then echo "***ERROR***: S1_ROOT variable is undefined, please set it and run 'source sourceme'."; exit 1; fi
if ! [ -d "$S1_ROOT" ]; then echo "***ERROR***: directory '$S1_ROOT' does not exist, please check it and run 'source sourceme' again."; exit 1; fi
if ! [ -d "$S1_ROOT" ]; then echo "***ERROR***: directory '$S1_ROOT' does not exist, please check it and run 'source sourceme' again."; exit 1; fi
cd $S1_ROOT/run/sim/vcs
cd $S1_ROOT/run/sim/vcs
ln -f -s ../../../tests/boot/mem_*.image .
ln -f -s ../../../tests/boot/mem_*.image .
./testbench 2>&1 | tee sim.log
./testbench 2>&1 | tee sim.log
 
 

powered by: WebSVN 2.1.0

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