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

Subversion Repositories s1_core

[/] [s1_core/] [trunk/] [tools/] [bin/] [update_sparccore] - Diff between revs 113 and 114

Show entire file | Details | Blame | View Log

Rev 113 Rev 114
Line 1... Line 1...
#!/bin/bash
#!/bin/bash
 
 
# Check command line parameter
# Check command line parameter
if ( (test $# != 1) || ((test $1 != "-me") && (test $1 != "-se") && (test $1 != "-ee")) ) then
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 "update_sparccore - Script to update SPARC Core sources from a fresh OpenSPARC installation";
  echo "(C) 2007 by Simply RISC";
 
  echo "Usage:";
  echo "Usage:";
  echo "      update_sparccore {-me|-se|-ee}";
  echo "      update_sparccore {-me|-se|-ee}";
  echo "where parameter refers to the S1 Core version you want to obtain in your environment:";
  echo "where parameter refers to the S1 Core version you want to obtain in your environment:";
  echo "      -me : S1 Core Memory-less Edition (single-thread, no L1 caches)";
  echo "      -me : S1 Core Memory-less Edition (single-thread, no L1 caches)";
  echo "      -se : S1 Core Single-thread Edition (single-thread, normal 16K+8K caches)";
  echo "      -se : S1 Core Single-thread Edition (single-thread, normal 16K+8K caches)";

powered by: WebSVN 2.1.0

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