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

Subversion Repositories fwrisc

[/] [fwrisc/] [trunk/] [etc/] [fwrisc_env.sh] - Rev 2

Compare with Previous | Blame | View Log

#!/bin/sh
 
etc_dir="$( cd "$( dirname "${BASH_SOURCE[0]}" )" > /dev/null && pwd)"
FWRISC=`cd $etc_dir/.. ; pwd`
export FWRISC
 
# Add a path to the simscripts directory
export PATH=$FWRISC/packages/simscripts/bin:$PATH
 
# Force the PACKAGES_DIR
export PACKAGES_DIR=$FWRISC/packages
 
 

Compare with Previous | Blame | View Log

powered by: WebSVN 2.1.0

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