head	1.4;
access;
symbols;
locks; strict;
comment	@# @;


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

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

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

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


desc
@- All buffers have port order
@


1.4
log
@removed smartspice "bugs"
@
text
@#	$Id: NOTES,v 1.3 1999/01/29 06:20:59 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.

o All buffers have port order:
    1. in
    2. out


o Test circuits have port definitions embedded as comments:
    .subckt ...
    * Begin port declarations
    * port [ input | output ] <portname>
    * ...
    * End port declarations
    ...
    .ends
@


1.3
log
@entered into RCS
@
text
@d1 1
a1 1
#	$Id: NOTES,v 1.2 1999/01/13 07:04:52 ryu Exp ryu $
a35 15

o Bugs in smartspice:

    1. Adding 'print_measures = 0' into modif command gives different
       results.
    
    2. Comparison (optpass >= 0.8) gives different result from
       (optpass > 0.8).

    3. Comparison (optpass > 0.8) sometimes allows 0.75 to pass.
       Possible rounding error?

    4. Does not check for redeclaration of instances.


@


1.2
log
@header
@
text
@d1 1
a1 1
#	$Id$
d23 1
a23 1
All buffers have port order:
d26 25
@


1.1
log
@entered into RCS
@
text
@d1 25
a25 3
- All buffers have port order
  1. in
  2. out
@