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

Subversion Repositories minsoc

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

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

Rev 110 Rev 112
Line 4... Line 4...
# under a specific directory.
# under a specific directory.
 
 
# ===== CONFIGURATIONS =====
# ===== CONFIGURATIONS =====
# ==========================
# ==========================
 
 
DIR_TO_INSTALL=`pwd`
export DIR_TO_INSTALL=`pwd`
 
 
# Debug ?
# Debug ?
export DEBUG=0;
export DEBUG=0;
. beautify.sh
. beautify.sh
 
 
function testtool
function testtool
Line 69... Line 68...
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;
 
 
export ${DIR_TO_INSTALL}
 
bash configure.sh
bash 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.