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


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

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


desc
@#	$Id: CELLS,v 1.6 1999/01/13 07:05:32 ryu Exp $
@


1.2
log
@reduced
@
text
@#	$Id: cells,v 1.1 1999/01/13 07:05:37 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.

AND	=

AOI	=

BUF	=

DFF	= dff_2x \
	  dffce_2x

INV	=

LATCH	=

MUX	=

NAND	= nand2_2x \
	  nand2_4x

NOR	=

OAI	=

OR	=

XNOR	=

XOR	=

ALL	= \
	  $(AND) \
	  $(AOI) \
	  $(BUF) \
	  $(DFF) \
	  $(INV) \
	  $(LATCH) \
	  $(MUX) \
	  $(NAND) \
	  $(NOR) \
	  $(OAI) \
	  $(OR) \
	  $(XNOR) \
	  $(XOR)
@


1.1
log
@entered into RCS
@
text
@d1 1
a1 1
#	$Id: CELLS,v 1.6 1999/01/13 07:05:32 ryu Exp $
d23 1
a23 46
AND	= and2_1x \
	  and2_2x \
	  and3_1x \
	  and3_2x \
	  and4_1x \
	  and4_2x

AOI	= aoi21_1x \
	  aoi22_1x 

BUF	= buf_1x \
	  buf_2x

DFF	= dff_1x \
	  dff_2x

INV	= inv_1x \
	  inv_2x

LATCH	= latch_1x \
	  latch_2x

MUX	= mux2_1x \
	  mux2_2x \
	  mux3_1x \
	  mux3_2x

NAND	= nand2_1x \
	  nand2_2x \
	  nand3_1x \
	  nand3_2x \
	  nand4_1x \
	  nand4_2x

NOR	= nor2_1x \
	  nor2_2x \
	  nor3_1x \
	  nor3_2x

OAI	= oai21_1x \
	  oai22_1x

OR	= or2_1x \
	  or2_2x \
	  or3_1x \
	  or3_2x
d25 1
a25 2
XNOR	= xnor_1x \
	  xnor_2x
d27 23
a49 2
XOR	= xor_1x \
	  xor_2x
@