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

Subversion Repositories s1_core

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /s1_core/trunk/tools/bin
    from Rev 113 to Rev 114
    Reverse comparison

Rev 113 → Rev 114

/compile_test
15,7 → 15,6
rm -f *.o *~ *.bin *.dump *.hex # Make clean
if [ $# -ne 1 ]; then
echo "compile_test - Script to compile a test for the S1 Core";
echo "(C) 2006 by Simply RISC";
echo "Usage:";
echo " compile_test <TEST_NAME>";
echo "where parameter is the test name without extension (e.g. 'hello').";
/tar_env
5,7 → 5,7
# otherwise you will get a huge file.
 
test_env S1_ROOT
TARBALL=$HOME/simplyrisc-s1.tar
TARBALL=$HOME/s1_core.tar
 
rm -f $TARBALL* $S1_ROOT/*.tar*
cd $S1_ROOT/..
/tracan.sh
6,7 → 6,6
 
if [ $# != 1 ]; then
echo "Tracan - Trace Analyzer"
echo "(C) 2006 by Simply RISC"
echo "Usage:"
echo " tracan <VCDFILE>"
echo ""
/update_sparccore
3,7 → 3,6
# Check command line parameter
if ( (test $# != 1) || ((test $1 != "-me") && (test $1 != "-se") && (test $1 != "-ee")) ) then
echo "update_sparccore - Script to update SPARC Core sources from a fresh OpenSPARC installation";
echo "(C) 2007 by Simply RISC";
echo "Usage:";
echo " update_sparccore {-me|-se|-ee}";
echo "where parameter refers to the S1 Core version you want to obtain in your environment:";

powered by: WebSVN 2.1.0

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