MG: create_dwa and setmgchome added.

This commit is contained in:
Vahagn Khachatryan
2014-09-12 16:22:55 +04:00
parent db5121f1ee
commit 9cb7343491
3 changed files with 61 additions and 2 deletions

15
mg/setmgchome.csh Normal file
View 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