head	1.11;
access;
symbols;
locks; strict;
comment	@-- @;


1.11
date	99.07.28.14.55.31;	author ryu;	state Exp;
branches;
next	1.10;

1.10
date	99.01.14.10.18.22;	author ryu;	state Exp;
branches;
next	1.9;

1.9
date	99.01.13.07.25.40;	author ryu;	state Exp;
branches;
next	1.8;

1.8
date	98.09.08.12.28.50;	author ryu;	state Exp;
branches;
next	1.7;

1.7
date	98.09.01.04.26.37;	author ryu;	state Exp;
branches;
next	1.6;

1.6
date	98.08.30.19.23.36;	author ryu;	state Exp;
branches;
next	1.5;

1.5
date	98.08.29.17.28.35;	author ryu;	state Exp;
branches;
next	1.4;

1.4
date	98.08.23.22.39.51;	author ryu;	state Exp;
branches;
next	1.3;

1.3
date	98.08.23.22.11.09;	author ryu;	state Exp;
branches;
next	1.2;

1.2
date	98.08.23.22.04.25;	author ryu;	state Exp;
branches;
next	1.1;

1.1
date	98.08.23.11.30.28;	author ryu;	state Exp;
branches;
next	;


desc
@#! /usr/local/bin/perl
@


1.11
log
@section
@
text
@#	$Id: celldata.spec,v 1.10 1999/01/14 10:18:22 ryu Exp ryu $

#	Copyright (C) 1999 Robert K. Yu
#	email: robert@@yu.org

#	This file is part of Autochar.

#	Autochar is free software; you can redistribute it and/or modify
#	it under the terms of the GNU General Public License as published by
#	the Free Software Foundation; either version 2, or (at your option)
#	any later version.

#	Autochar is distributed in the hope that it will be useful,
#	but WITHOUT ANY WARRANTY; without even the implied warranty of
#	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
#	GNU General Public License for more details.

#	You should have received a copy of the GNU General Public License
#	along with Autochar; see the file COPYING.  If not, write to the
#	Free Software Foundation, Inc., 59 Temple Place - Suite 330,
#	Boston, MA 02111-1307, USA.

#------	CELL DATA --------------------------------------------------------------

$cellname = 'xor3';

# Any cell property is of the form:
# $celldata{"$cellname:cellprop:<propname>"} = <propvalue> ;
$celldata{"$cellname:cellprop:area"} = 10;

# A special property with the propname "section" will
# simple output that section verbatim.
# $celldata{"$cellname:cellprop:section"} = q% ... %;

# Any terminal property is of the form:
# $celldata{"$cellname:termprop:<termname>:<propname>"} = <propvalue> ;
$celldata{"$cellname:termprop:out:function"} = 'in0 ^ in1 ^ in2';


1;
@


1.10
log
@Using /usr/bin/perl
@
text
@d1 1
a1 3
#! /usr/bin/perl

#	$Id: celldata.spec,v 1.9 1999/01/13 07:25:40 ryu Exp ryu $
d30 4
@


1.9
log
@GPL
@
text
@d1 1
a1 1
#! /usr/local/bin/perl
d3 1
a3 1
#	$Id$
@


1.8
log
@copyright notice
@
text
@d3 1
a3 5
#	Copyright (c) 1998-2001, Robert K. Yu.  All Rights Reserved.
#
#	No part of this program may be used, reproduced, stored in a 
#	retrieval system, or transmitted in any form or by any 
#	means without the prior permission of the author.
d5 2
a6 3
#	$Id: celldata.spec,v 1.7 1998/09/01 04:26:37 ryu Exp ryu $
#	Additional Cell Data
#	Author: Robert K. Yu
d8 16
@


1.7
log
@read_spice_terms
@
text
@d3 1
a3 1
#	Copyright (c) 1998, Robert K. Yu.  All Rights Reserved.
d9 1
a9 1
#	$Id: celldata.spec,v 1.6 1998/08/30 19:23:36 ryu Exp ryu $
@


1.6
log
@Renamed port to term
@
text
@d9 1
a9 1
#	$Id: celldata.spec,v 1.5 1998/08/29 17:28:35 ryu Exp ryu $
d18 2
d21 3
a24 3

# Can also use some function to generate the model.
# $celldata{"$cellname:termprop:out:function"} = &xor_model();
@


1.5
log
@1.3
@
text
@d9 1
a9 1
#	$Id: celldata.spec,v 1.4 1998/08/23 22:39:51 ryu Exp ryu $
d18 2
a19 2
$celldata{"$cellname:area"} = 10;
$celldata{"$cellname:function:out"} = 'in0 ^ in1 ^ in2';
d22 1
a22 1
# $celldata{"$cellname:function:out"} = &xor_model();
@


1.4
log
@double quotes
@
text
@d9 1
a9 1
#	$Id: celldata.spec,v 1.3 1998/08/23 22:11:09 ryu Exp ryu $
d19 1
a19 1
$celldata{"$cellname:function:OUT"} = 'IN0 ^ IN1 ^ IN2';
d22 1
a22 1
# $celldata{"$cellname:function:OUT"} = &xor_model();
@


1.3
log
@Robert K. Yu
@
text
@d9 1
a9 1
#	$Id: celldata.spec,v 1.2 1998/08/23 22:04:25 ryu Exp ryu $
d18 2
a19 2
$celldata{'$cellname:area'} = 10;
$celldata{'$cellname:function:OUT'} = 'IN0 ^ IN1 ^ IN2';
d22 1
a22 1
# $celldata{'$cellname:function:OUT'} = &xor_model();
@


1.2
log
@*** empty log message ***
@
text
@d9 1
a9 1
#	$Id: celldata.spec,v 1.1 1998/08/23 11:30:28 ryu Exp ryu $
d11 1
a11 1
#	Author: Robert Yu
@


1.1
log
@entered into RCS
@
text
@d9 1
a9 1
#	$Id: load_delay.spec,v 1.5 1998/08/18 09:32:38 ryu Exp $
d18 2
a19 2
$celldata{'$cellname.area'} = 10;
$celldata{'$cellname.function.OUT'} = 'IN0 ^ IN1 ^ IN2';
d22 1
a22 1
# $celldata{'$cellname.function.OUT'} = &xor_model();
@