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

Subversion Repositories fwrisc

[/] [fwrisc/] [trunk/] [etc/] [fwrisc_env.sh] - Blame information for rev 2

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 2 mballance
#!/bin/sh
2
 
3
etc_dir="$( cd "$( dirname "${BASH_SOURCE[0]}" )" > /dev/null && pwd)"
4
FWRISC=`cd $etc_dir/.. ; pwd`
5
export FWRISC
6
 
7
# Add a path to the simscripts directory
8
export PATH=$FWRISC/packages/simscripts/bin:$PATH
9
 
10
# Force the PACKAGES_DIR
11
export PACKAGES_DIR=$FWRISC/packages
12
 

powered by: WebSVN 2.1.0

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