head 1.5;
access;
symbols;
locks; strict;
comment @-- @;
1.5
date 99.06.08.14.43.36; author ryu; state Exp;
branches;
next 1.4;
1.4
date 99.01.21.06.35.11; author ryu; state Exp;
branches;
next 1.3;
1.3
date 99.01.14.10.17.32; author ryu; state Exp;
branches;
next 1.2;
1.2
date 99.01.13.07.14.48; author ryu; state Exp;
branches;
next 1.1;
1.1
date 98.10.15.06.29.19; author ryu; state Exp;
branches;
next ;
desc
@#! /usr/local/bin/perl
@
1.5
log
@replaced rcbuffer with slewbuffer
@
text
@# $Id: buf.spec,v 1.4 1999/01/21 06:35:11 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 --------------------------------------------------------------
$spice_netlist = $cellname . '.sp';
@@termlist = &read_spice_terms ($spice_netlist, $cellname);
$celldata{"$cellname:cellprop:area"} = 0;
$celldata{"$cellname:cellprop:cell_footprint"} = q/"buf"/;
$celldata{"$cellname:termprop:out:function"} = q/"in"/;
#------ LOAD DELAY -------------------------------------------------------------
$sim_type = 'load_delay';
$buffer{'default'} = 'slewbuffer';
$load{'default'} = 'cap:100ff';
$lu_table_name = 'slew_cload';
&autochar ('non_inverting', 'in', 'out');
#------ INPUT CAPACITANCE CHARACTERIZATION -------------------------------------
$sim_type = 'input_cap';
$buffer{'default'} = 'buffer';
$cstart = '10fF';
$cmin = '1fF';
$cmax = '1pF';
$load{'default'} = 'none';
&autochar ('.*');
1;
@
1.4
log
@wip
@
text
@d1 1
a1 1
# $Id: buf.spec,v 1.3 1999/01/14 10:17:32 ryu Exp ryu $
d36 1
a36 1
$buffer{'default'} = 'rcbuffer';
@
1.3
log
@Using /usr/bin/perl
@
text
@d1 1
a1 3
#! /usr/bin/perl
# $Id: buf.spec,v 1.2 1999/01/13 07:14:48 ryu Exp ryu $
d47 1
a47 1
$cstart = '1pF';
d49 1
a49 1
$cmax = '12pF';
@
1.2
log
@GPL
@
text
@d1 1
a1 1
#! /usr/local/bin/perl
d3 1
a3 1
# $Id$
@
1.1
log
@entered into RCS
@
text
@d3 1
a3 9
# Copyright (c) 1998, 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.
# $Id: buf.spec,v 1.2 1998/09/06 16:31:55 roberty Exp roberty $
# Additional Cell Data
# Author: Robert Yu
d5 19
d31 1
a31 1
$celldata{"$cellname:cellprop:cell_footprint"} = q/"S_BUF"/;
@