head 1.19; access; symbols; locks; strict; comment @# @; 1.19 date 99.06.08.14.38.48; author ryu; state Exp; branches; next 1.18; 1.18 date 99.02.09.13.20.12; author ryu; state Exp; branches; next 1.17; 1.17 date 99.01.20.07.44.59; author ryu; state Exp; branches; next 1.16; 1.16 date 99.01.14.10.19.02; author ryu; state Exp; branches; next 1.15; 1.15 date 99.01.13.07.18.42; author ryu; state Exp; branches; next 1.14; 1.14 date 98.09.12.19.54.02; author ryu; state Exp; branches; next 1.13; 1.13 date 98.09.11.06.19.45; author ryu; state Exp; branches; next 1.12; 1.12 date 98.09.08.13.16.49; author ryu; state Exp; branches; next 1.11; 1.11 date 98.09.06.20.43.23; author ryu; state Exp; branches; next 1.10; 1.10 date 98.09.06.04.20.55; author ryu; state Exp; branches; next 1.9; 1.9 date 98.08.29.17.23.56; author ryu; state Exp; branches; next 1.8; 1.8 date 98.08.26.09.48.05; author ryu; state Exp; branches; next 1.7; 1.7 date 98.08.23.22.11.24; author ryu; state Exp; branches; next 1.6; 1.6 date 98.08.23.21.16.02; author ryu; state Exp; branches; next 1.5; 1.5 date 98.08.23.12.03.44; author ryu; state Exp; branches; next 1.4; 1.4 date 98.08.23.07.13.46; author ryu; state Exp; branches; next 1.3; 1.3 date 98.08.15.10.11.18; author ryu; state Exp; branches; next 1.2; 1.2 date 98.08.13.09.08.03; author ryu; state Exp; branches; next 1.1; 1.1 date 98.08.13.07.17.06; author ryu; state Exp; branches; next ; desc @#! /usr/local/bin/perl @ 1.19 log @1.5.2 @ text @# $Id: globals.pl,v 1.18 1999/02/09 13:20:12 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. # software version $version = '1.5.2 -- February 5, 1999'; # Integer value used to make spice runs unique. $spice_run = 0; # List of spice runs, used to prevent from # clobbering previous runs %spice_run_list = (); $input_prop_f = 0; $input_prop_r = 0; $output_prop_f = 0; $output_prop_r = 0; $slew_f1 = 0; $slew_f2 = 0; $slew_r1 = 0; $slew_r2 = 0; $trans_f1 = 0; $trans_f2 = 0; $trans_r1 = 0; $trans_r2 = 0; 1; @ 1.18 log @updated version @ text @d1 1 a1 1 # $Id: globals.pl,v 1.17 1999/01/20 07:44:59 ryu Exp ryu $ d24 1 a24 1 $version = '1.5.1 -- February 5, 1999'; @ 1.17 log @No perl header @ text @d1 1 a1 1 # $Id: globals.pl,v 1.16 1999/01/14 10:19:02 ryu Exp ryu $ d24 1 a24 1 $version = '1.5 -- January 1, 1999'; @ 1.16 log @Using /usr/bin/perl @ text @d1 1 a1 3 #! /usr/bin/perl # $Id: globals.pl,v 1.15 1999/01/13 07:18:42 ryu Exp ryu $ @ 1.15 log @GPL @ text @d1 1 a1 1 #! /usr/local/bin/perl d3 1 a3 1 # $Id$ @ 1.14 log @Added slew-rate to setup and hold; support for non-linear models for clock-q @ text @d3 1 a3 9 # 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. # $Id: globals.pl,v 1.13 1998/09/11 06:19:45 ryu Exp ryu $ # Global variables # Author: Robert K. Yu d5 19 d26 1 a26 1 $version = '1.4 -- September 7, 1998'; @ 1.13 log @Added slew rate to setup/hold @ text @d9 1 a9 1 # $Id: globals.pl,v 1.12 1998/09/08 13:16:49 ryu Exp ryu $ d15 1 a15 1 $version = '1.4 -- September 7, 1998'; d18 1 a18 1 local($spice_run); d22 1 a22 1 local(%spice_run_list); d24 12 a35 6 local($input_prop_r, $input_prop_f); local($output_prop_r, $output_prop_f); local($trans_r1, $trans_r2); local($trans_f1, $trans_f2); local($slew_r1, $slew_r2); local($slew_f1, $slew_f2); @ 1.12 log @slew rate at the clock input of setup_hold (wip) @ text @d9 1 a9 1 # $Id: globals.pl,v 1.11 1998/09/06 20:43:23 ryu Exp ryu $ d18 1 a18 1 $spice_run = 0; d22 8 a29 1 %spice_run_list = (); @ 1.11 log @clock enable @ text @d3 1 a3 1 # Copyright (c) 1998, Robert K. Yu. All Rights Reserved. d9 1 a9 1 # $Id: globals.pl,v 1.10 1998/09/06 04:20:55 ryu Exp ryu $ d15 1 a15 1 $version = '1.3 -- September 7, 1998'; @ 1.10 log @1.3 version; support for clock_enalbe @ text @d9 1 a9 1 # $Id: globals.pl,v 1.9 1998/08/29 17:23:56 ryu Exp ryu $ d19 4 @ 1.9 log @add more control of prop delay measurement @ text @d9 1 a9 1 # $Id: globals.pl,v 1.8 1998/08/26 09:48:05 ryu Exp ryu $ d15 1 a15 1 $version = '1.2 -- August 28, 1998'; @ 1.8 log @Version 1.1: slewrate modelling @ text @d9 1 a9 1 # $Id: globals.pl,v 1.7 1998/08/23 22:11:24 ryu Exp ryu $ d15 1 a15 1 $version = '1.1 -- August 23, 1998'; @ 1.7 log @Robert K. Yu @ text @d9 1 a9 1 # $Id: globals.pl,v 1.6 1998/08/23 21:16:02 ryu Exp ryu $ d15 1 a15 1 $version = '1.0 -- August 15, 1998'; @ 1.6 log @Write out synopsys lib. @ text @d9 1 a9 1 # $Id: globals.pl,v 1.5 1998/08/23 12:03:44 ryu Exp ryu $ d11 1 a11 1 # Author: Robert Yu @ 1.5 log @celldata @ text @d9 1 a9 1 # $Id: globals.pl,v 1.4 1998/08/23 07:13:46 ryu Exp ryu $ a19 2 # celldata %celldata = (); @ 1.4 log @added copyright @ text @d9 1 a9 1 # $Id: globals.pl,v 1.3 1998/08/15 10:11:18 ryu Exp ryu $ d20 2 @ 1.3 log @added input_cap sub @ text @d9 1 a9 1 # $Id: globals.pl,v 1.2 1998/08/13 09:08:03 ryu Exp ryu $ d14 3 d19 1 @ 1.2 log @Added scaling of cload, delay. @ text @d9 1 a9 1 # $Id: globals.pl,v 1.1 1998/08/13 07:17:06 ryu Exp ryu $ d14 1 @ 1.1 log @entered into RCS @ text @d5 1 a5 1 # No part of this program may be reproduced, stored in a d9 1 a9 1 # $Id$ @