URL
https://opencores.org/ocsvn/s1_core/s1_core/trunk
Subversion Repositories s1_core
[/] [s1_core/] [trunk/] [sourceme] - Rev 113
Compare with Previous | Blame | View Log
# Bash sourceme file.# Please set the environment variables in this file, source it and then run 'update_filelist'.# General paths settingsexport S1_ROOT=`pwd`export T1_ROOT=~/Work/OpenSPARC/OpenSPARC-T1export PATH=$PATH:$S1_ROOT/tools/bin# Filelist namesexport FILELIST_ICARUS=$S1_ROOT/hdl/filelist.icarusexport FILELIST_VCS=$S1_ROOT/hdl/filelist.vcsexport FILELIST_FPGA=$S1_ROOT/hdl/filelist.fpgaexport FILELIST_DC=$S1_ROOT/hdl/filelist.dcexport FILELIST_XST=$S1_ROOT/hdl/filelist.xst
