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

Subversion Repositories minsoc

[/] [minsoc/] [branches/] [verilator/] [utils/] [setup/] [minsoc-setup.sh] - Diff between revs 112 and 113

Go to most recent revision | Show entire file | Details | Blame | View Log

Rev 112 Rev 113
Line 4... Line 4...
# under a specific directory.
# under a specific directory.
 
 
# ===== CONFIGURATIONS =====
# ===== CONFIGURATIONS =====
# ==========================
# ==========================
 
 
export DIR_TO_INSTALL=`pwd`
SCRIPT_DIR="$( cd -P "$( dirname "$0" )" && pwd )"
 
export DIR_TO_INSTALL=`pwd`/../../../
# Debug ?
# Debug ?
export DEBUG=0;
export DEBUG=0;
. beautify.sh
. beautify.sh
 
 
function testtool
function testtool
Line 68... Line 69...
if [ ! -d ${DIR_TO_INSTALL} ]
if [ ! -d ${DIR_TO_INSTALL} ]
then
then
    errormsg "Directory doesn't exist. Please create it";
    errormsg "Directory doesn't exist. Please create it";
fi;
fi;
 
 
bash configure.sh
bash ${SCRIPT_DIR}/configure.sh
 
 
 No newline at end of file
 No newline at end of file

powered by: WebSVN 2.1.0

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