MG: create_dwa and setmgchome added.
This commit is contained in:
15
mg/setmgchome.csh
Normal file
15
mg/setmgchome.csh
Normal file
@@ -0,0 +1,15 @@
|
||||
#!/bin/csh
|
||||
|
||||
if ( $1 != '' ) then
|
||||
set DIR=`readlink -f $1`
|
||||
else
|
||||
set DIR=`pwd`
|
||||
endif
|
||||
|
||||
setenv DWA $DIR
|
||||
setenv VVCO $VCO-dbg
|
||||
|
||||
setenv MGC_HOME $DWA/ic/ic_superproj/$VVCO/Mgc_home
|
||||
setenv MGC_BIN $MGC_HOME/bin
|
||||
setenv PATH $MGC_BIN\:$PATH
|
||||
|
||||
Reference in New Issue
Block a user