modifs env par defaut
This commit is contained in:
parent
114334d290
commit
ccea5ca25b
|
@ -1,4 +1,3 @@
|
||||||
# -*- Mode: Shell-script -*-
|
|
||||||
# ,,,
|
# ,,,
|
||||||
# (o o)
|
# (o o)
|
||||||
####=====oOO--(_)--OOO=========================================####
|
####=====oOO--(_)--OOO=========================================####
|
||||||
|
@ -6,7 +5,7 @@
|
||||||
# Alliance CAD system environnement
|
# Alliance CAD system environnement
|
||||||
# Usage (in C-shell) : > source alc_env.csh
|
# Usage (in C-shell) : > source alc_env.csh
|
||||||
# (C) 1997 Czo -- <Olivier.Sirol@lip6.fr>
|
# (C) 1997 Czo -- <Olivier.Sirol@lip6.fr>
|
||||||
# $Id: alc_env.csh.in,v 1.11 2000/02/11 15:43:27 czo Exp $
|
# $Id: alc_env.csh.in,v 1.12 2000/02/22 16:12:30 czo Exp $
|
||||||
# Generated from alc_env.csh.in on @DATE@
|
# Generated from alc_env.csh.in on @DATE@
|
||||||
|
|
||||||
# $ALLIANCE_OS and $ALLIANCE_TOP are the only variables you will
|
# $ALLIANCE_OS and $ALLIANCE_TOP are the only variables you will
|
||||||
|
@ -95,15 +94,15 @@ setenv XPAT_PARAM_NAME $ALLIANCE_TOP/etc/xpat.par
|
||||||
setenv XFSM_PARAM_NAME $ALLIANCE_TOP/etc/xfsm.par
|
setenv XFSM_PARAM_NAME $ALLIANCE_TOP/etc/xfsm.par
|
||||||
setenv XSCH_PARAM_NAME $ALLIANCE_TOP/etc/xsch.par
|
setenv XSCH_PARAM_NAME $ALLIANCE_TOP/etc/xsch.par
|
||||||
|
|
||||||
setenv DREAL_TECHNO_NAME $ALLIANCE_TOP/etc/cmos_7.dreal
|
|
||||||
setenv GRAAL_TECHNO_NAME $ALLIANCE_TOP/etc/cmos_7.graal
|
|
||||||
|
|
||||||
setenv RDS_TECHNO_NAME $ALLIANCE_TOP/etc/cmos_8.rds
|
|
||||||
|
|
||||||
setenv RDS_IN cif
|
setenv RDS_IN cif
|
||||||
setenv RDS_OUT cif
|
setenv RDS_OUT cif
|
||||||
|
|
||||||
setenv ELP_TECHNO_NAME $ALLIANCE_TOP/etc/prol10.elp
|
setenv DREAL_TECHNO_NAME $ALLIANCE_TOP/etc/cmos_7.dreal
|
||||||
|
setenv GRAAL_TECHNO_NAME $ALLIANCE_TOP/etc/cmos_11.graal
|
||||||
|
setenv GENVIEW_TECHNO_NAME $ALLIANCE_TOP/etc/cmos_11.genview
|
||||||
|
|
||||||
|
setenv RDS_TECHNO_NAME $ALLIANCE_TOP/etc/cmos_11.rds
|
||||||
|
setenv ELP_TECHNO_NAME $ALLIANCE_TOP/etc/prol10_11.elp
|
||||||
|
|
||||||
# Update PATH and MANPATH
|
# Update PATH and MANPATH
|
||||||
if $?PATH then
|
if $?PATH then
|
||||||
|
@ -112,7 +111,6 @@ else
|
||||||
setenv PATH $ALLIANCE_TOP/bin
|
setenv PATH $ALLIANCE_TOP/bin
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
|
||||||
if $?MANPATH then
|
if $?MANPATH then
|
||||||
setenv MANPATH $ALLIANCE_TOP/man:$MANPATH
|
setenv MANPATH $ALLIANCE_TOP/man:$MANPATH
|
||||||
else
|
else
|
||||||
|
|
|
@ -1,4 +1,3 @@
|
||||||
# -*- Mode: Shell-script -*-
|
|
||||||
# ,,,
|
# ,,,
|
||||||
# (o o)
|
# (o o)
|
||||||
####=====oOO--(_)--OOO=========================================####
|
####=====oOO--(_)--OOO=========================================####
|
||||||
|
@ -6,7 +5,7 @@
|
||||||
# Alliance CAD system environnement
|
# Alliance CAD system environnement
|
||||||
# Usage (in Bourne-shell) : > . alc_env.sh
|
# Usage (in Bourne-shell) : > . alc_env.sh
|
||||||
# (C) 1997 Czo -- <Olivier.Sirol@lip6.fr>
|
# (C) 1997 Czo -- <Olivier.Sirol@lip6.fr>
|
||||||
# $Id: alc_env.sh.in,v 1.11 1999/11/22 15:43:11 czo Exp $
|
# $Id: alc_env.sh.in,v 1.12 2000/02/22 16:12:30 czo Exp $
|
||||||
# Generated from alc_env.sh.in on @DATE@
|
# Generated from alc_env.sh.in on @DATE@
|
||||||
|
|
||||||
# $ALLIANCE_OS and $ALLIANCE_TOP are the only variables you will
|
# $ALLIANCE_OS and $ALLIANCE_TOP are the only variables you will
|
||||||
|
@ -73,27 +72,46 @@ export ALLIANCE_OS
|
||||||
MBK_TARGET_LIB=$ALLIANCE_TOP/cells/sxlib; export MBK_TARGET_LIB
|
MBK_TARGET_LIB=$ALLIANCE_TOP/cells/sxlib; export MBK_TARGET_LIB
|
||||||
MBK_C4_LIB=./cellsC4; export MBK_C4_LIB
|
MBK_C4_LIB=./cellsC4; export MBK_C4_LIB
|
||||||
|
|
||||||
MBK_VDD=vdd export MBK_VDD
|
MBK_VDD=vdd; export MBK_VDD
|
||||||
MBK_VSS=vss export MBK_VSS
|
MBK_VSS=vss; export MBK_VSS
|
||||||
|
|
||||||
XPAT_PARAM_NAME=$ALLIANCE_TOP/etc/xpat.par; export XPAT_PARAM_NAME
|
XPAT_PARAM_NAME=$ALLIANCE_TOP/etc/xpat.par
|
||||||
XFSM_PARAM_NAME=$ALLIANCE_TOP/etc/xfsm.par; export XFSM_PARAM_NAME
|
export XPAT_PARAM_NAME
|
||||||
XSCH_PARAM_NAME=$ALLIANCE_TOP/etc/xsch.par; export XSCH_PARAM_NAME
|
XFSM_PARAM_NAME=$ALLIANCE_TOP/etc/xfsm.par
|
||||||
|
export XFSM_PARAM_NAME
|
||||||
|
XSCH_PARAM_NAME=$ALLIANCE_TOP/etc/xsch.par
|
||||||
|
export XSCH_PARAM_NAME
|
||||||
|
|
||||||
DREAL_TECHNO_NAME=$ALLIANCE_TOP/etc/cmos_7.dreal; export DREAL_TECHNO_NAME
|
RDS_IN=cif
|
||||||
GRAAL_TECHNO_NAME=$ALLIANCE_TOP/etc/cmos_7.graal; export GRAAL_TECHNO_NAME
|
export RDS_IN
|
||||||
|
RDS_OUT=cif
|
||||||
|
export RDS_OUT
|
||||||
|
|
||||||
RDS_TECHNO_NAME=$ALLIANCE_TOP/etc/cmos_8.rds; export RDS_TECHNO_NAME
|
DREAL_TECHNO_NAME=$ALLIANCE_TOP/etc/cmos_7.dreal
|
||||||
ELP_TECHNO_NAME=$ALLIANCE_TOP/etc/prol10.elp; export ELP_TECHNO_NAME
|
export DREAL_TECHNO_NAME
|
||||||
|
GRAAL_TECHNO_NAME=$ALLIANCE_TOP/etc/cmos_11.graal
|
||||||
|
export GRAAL_TECHNO_NAME
|
||||||
|
GENVIEW_TECHNO_NAME=$ALLIANCE_TOP/etc/cmos_11.genview
|
||||||
|
export GENVIEW_TECHNO_NAME
|
||||||
|
|
||||||
|
RDS_TECHNO_NAME=$ALLIANCE_TOP/etc/cmos_11.rds
|
||||||
|
export RDS_TECHNO_NAME
|
||||||
|
ELP_TECHNO_NAME=$ALLIANCE_TOP/etc/prol10_11.elp
|
||||||
|
export ELP_TECHNO_NAME
|
||||||
|
|
||||||
|
|
||||||
## Update PATH and MANPATH
|
## Update PATH and MANPATH
|
||||||
#PATH=$HOME/labo/$ALLIANCE_OS/bin:$ALLIANCE_TOP/bin:$PATH
|
#PATH=$HOME/labo/$ALLIANCE_OS/bin:$ALLIANCE_TOP/bin:$PATH
|
||||||
PATH=$ALLIANCE_TOP/bin:$PATH
|
PATH=$ALLIANCE_TOP/bin:$PATH
|
||||||
export PATH
|
export PATH
|
||||||
|
|
||||||
|
if [ "X${MANPATH}Y" != "XY" ]
|
||||||
|
then
|
||||||
MANPATH=$ALLIANCE_TOP/man:$MANPATH
|
MANPATH=$ALLIANCE_TOP/man:$MANPATH
|
||||||
|
else
|
||||||
|
MANPATH=$ALLIANCE_TOP/man:/usr/share/man:/usr/man:/usr/local/man:/usr/X11R6/man:/usr/lib/perl5/man
|
||||||
|
fi
|
||||||
export MANPATH
|
export MANPATH
|
||||||
|
|
||||||
# EOF
|
# EOF
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
# description : Alliance Shared Libraries and Include Files #
|
# description : Alliance Shared Libraries and Include Files #
|
||||||
# ###---------------------------------------------------------###
|
# ###---------------------------------------------------------###
|
||||||
|
|
||||||
# $Id: libraries.mk,v 1.25 2000/02/11 12:53:38 czo Exp $
|
# $Id: libraries.mk,v 1.26 2000/02/22 16:12:30 czo Exp $
|
||||||
|
|
||||||
# The variables $ALLIANCE_TOP and $ALLIANCE_OS are set by
|
# The variables $ALLIANCE_TOP and $ALLIANCE_OS are set by
|
||||||
# alc_env.[c]sh script
|
# alc_env.[c]sh script
|
||||||
|
@ -116,28 +116,28 @@ MLU_H = mlu501.h
|
||||||
# - mpu : user level functions #
|
# - mpu : user level functions #
|
||||||
# ###---------------------------------------------------------###
|
# ###---------------------------------------------------------###
|
||||||
|
|
||||||
MPH_L = -lMph411
|
MPH_L = -lMph412
|
||||||
MPH_LIB = libMph411.a
|
MPH_LIB = libMph412.a
|
||||||
MPH_H = mph411.h
|
MPH_H = mph412.h
|
||||||
|
|
||||||
MAP_L = -lMap407
|
MAP_L = -lMap408
|
||||||
MAP_LIB = libMap407.a
|
MAP_LIB = libMap408.a
|
||||||
MCP_L = -lMcp408
|
MCP_L = -lMcp409
|
||||||
MCP_LIB = libMcp408.a
|
MCP_LIB = libMcp409.a
|
||||||
MMG_L = -lMmg402
|
MMG_L = -lMmg403
|
||||||
MMG_LIB = libMmg402.a
|
MMG_LIB = libMmg403.a
|
||||||
|
|
||||||
MPU_L = -lMpu407
|
MPU_L = -lMpu408
|
||||||
MPU_LIB = libMpu407.a
|
MPU_LIB = libMpu408.a
|
||||||
MPU_H = mpu407.h
|
MPU_H = mpu408.h
|
||||||
|
|
||||||
# ###---------------------------------------------------------###
|
# ###---------------------------------------------------------###
|
||||||
# user level functions for GENLIB #
|
# user level functions for GENLIB #
|
||||||
# ###---------------------------------------------------------###
|
# ###---------------------------------------------------------###
|
||||||
|
|
||||||
MGN_L = -lMgn328
|
MGN_L = -lMgn329
|
||||||
MGN_LIB = libMgn328.a
|
MGN_LIB = libMgn329.a
|
||||||
MGN_H = mgn328.h
|
MGN_H = mgn329.h
|
||||||
|
|
||||||
# ###---------------------------------------------------------###
|
# ###---------------------------------------------------------###
|
||||||
# functions related to expression representation : #
|
# functions related to expression representation : #
|
||||||
|
|
Loading…
Reference in New Issue