xsch param par defaut

This commit is contained in:
Olivier Sirol 1999-10-12 15:38:49 +00:00
parent 9b817b640a
commit 74b8f7cbfd
2 changed files with 4 additions and 2 deletions

View File

@ -6,7 +6,7 @@
# Alliance CAD system environnement
# Usage (in C-shell) : > source alc_env.csh
# (C) 1997 Czo -- <Olivier.Sirol@lip6.fr>
# $Id: alc_env.csh.in,v 1.5 1999/09/28 09:16:37 czo Exp $
# $Id: alc_env.csh.in,v 1.6 1999/10/12 15:38:47 czo Exp $
# Generated from alc_env.csh.in on @DATE@
# $MACHINE and $TOP are the only variables you will
@ -97,6 +97,7 @@ setenv MBK_VSS vss
setenv XPAT_PARAM_NAME $TOP/etc/xpat.par
setenv XFSM_PARAM_NAME $TOP/etc/xfsm.par
setenv XSCH_PARAM_NAME $TOP/etc/xsch.par
setenv DREAL_TECHNO_NAME $TOP/etc/cmos_7.dreal
setenv GRAAL_TECHNO_NAME $TOP/etc/cmos_7.graal

View File

@ -6,7 +6,7 @@
# Alliance CAD system environnement
# Usage (in Bourne-shell) : > . alc_env.sh
# (C) 1997 Czo -- <Olivier.Sirol@lip6.fr>
# $Id: alc_env.sh.in,v 1.6 1999/09/28 09:16:37 czo Exp $
# $Id: alc_env.sh.in,v 1.7 1999/10/12 15:38:49 czo Exp $
# Generated from alc_env.sh.in on @DATE@
# $MACHINE and $TOP are the only variables you will
@ -84,6 +84,7 @@ export MACHINE
XPAT_PARAM_NAME=$TOP/etc/xpat.par; export XPAT_PARAM_NAME
XFSM_PARAM_NAME=$TOP/etc/xfsm.par; export XFSM_PARAM_NAME
XSCH_PARAM_NAME=$TOP/etc/xsch.par; export XSCH_PARAM_NAME
DREAL_TECHNO_NAME=$TOP/etc/cmos_7.dreal; export DREAL_TECHNO_NAME
GRAAL_TECHNO_NAME=$TOP/etc/cmos_7.graal; export GRAAL_TECHNO_NAME