URL
https://opencores.org/ocsvn/s1_core/s1_core/trunk
Subversion Repositories s1_core
[/] [s1_core/] [trunk/] [sourceme] - Rev 110
Go to most recent revision | Compare with Previous | Blame | View Log
# General paths settings
export S1_ROOT=~/s1_core/trunk
export T1_ROOT=/opt/opensparc-t1
export PATH=.:$S1_ROOT/tools/bin:$PATH
# Filelist names
export FILELIST_ICARUS=$S1_ROOT/hdl/filelist.icarus
export FILELIST_VCS=$S1_ROOT/hdl/filelist.vcs
export FILELIST_FPGA=$S1_ROOT/hdl/filelist.fpga
export FILELIST_DC=$S1_ROOT/hdl/filelist.dc
export FILELIST_XST=$S1_ROOT/hdl/filelist.xst
# Alias to quickly "Change Directory to Design"...
alias cdd='cd $S1_ROOT'
# Reminder for enviroment variables
echo "Please set the environment variables in this file and then run 'update_filelist'."
Go to most recent revision | Compare with Previous | Blame | View Log