modifie par xxx
This commit is contained in:
parent
3dfa6ca748
commit
dca3c94e0d
|
@ -3,7 +3,7 @@
|
|||
# description : Alliance Shared Libraries and Include Files #
|
||||
# ###---------------------------------------------------------###
|
||||
|
||||
# $Id: libraries.mk,v 1.29 2000/09/04 13:36:43 czo Exp $
|
||||
# $Id: libraries.mk,v 1.30 2000/11/14 14:39:20 czo Exp $
|
||||
|
||||
# The variables $ALLIANCE_TOP and $ALLIANCE_OS are set by
|
||||
# alc_env.[c]sh script
|
||||
|
@ -48,9 +48,9 @@ CNS_L = -lCns211
|
|||
CNS_LIB = libCns211.a
|
||||
CNS_H = cns211.h
|
||||
|
||||
YAG_L = -lYag300
|
||||
YAG_LIB = libYag300.a
|
||||
YAG_H = yag300.h
|
||||
YAG_L = -lYag350
|
||||
YAG_LIB = libYag350.a
|
||||
YAG_H = yag350.h
|
||||
|
||||
# ###---------------------------------------------------------###
|
||||
# functions related to net-list representation : #
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
#
|
||||
# $Id: se_defaults.mac,v 1.2 2000/09/07 16:19:20 jpc Exp $
|
||||
# $Id: se_defaults.mac,v 1.3 2000/11/14 14:39:20 czo Exp $
|
||||
#
|
||||
# /------------------------------------------------------------------\
|
||||
# | |
|
||||
|
@ -28,3 +28,4 @@
|
|||
SET VARIABLE Qplace.Place.Pin.Preferred.Layer
|
||||
"(left L_ALU2)(right L_ALU2)(top L_ALU3)(bottom L_ALU3)" ;
|
||||
SET VARIABLE FRoute.AutoSearchAndRepair TRUE ;
|
||||
SET VARIABLE FRoute.Preroutes.Fixed TRUE ;
|
||||
|
|
Loading…
Reference in New Issue