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

Subversion Repositories t48

[/] [t48/] [tags/] [rel_0_1_beta/] [sw/] [init_project.template.sh] - Diff between revs 251 and 292

Only display areas with differences | Details | Blame | View Log

Rev 251 Rev 292
##############################################################################
##############################################################################
#
#
# Template script to set up all project-specific environemt variables.
# Template script to set up all project-specific environemt variables.
#
#
# Copy this script to init_project.sh and fill in your local information.
# Copy this script to init_project.sh and fill in your local information.
#
#
# This script has to be sourced from the command line!
# This script has to be sourced from the command line!
# Do not run it as a 'usual' program, as this does not set the variables
# Do not run it as a 'usual' program, as this does not set the variables
# in the current shell process.
# in the current shell process.
#
#
##############################################################################
##############################################################################
 
 
export PROJECT_DIR=<local dir>/t48
export PROJECT_DIR=<local dir>/t48
export VERIF_DIR=$PROJECT_DIR/sw/verif
export VERIF_DIR=$PROJECT_DIR/sw/verif
export SIM_DIR=$PROJECT_DIR/sim/rtl_sim
export SIM_DIR=$PROJECT_DIR/sim/rtl_sim
 
 
export PATH=$PATH:$PROJECT_DIR/sw
export PATH=$PATH:$PROJECT_DIR/sw
 
 

powered by: WebSVN 2.1.0

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