/*----------------------------------------------------------------------*/
/* Copyright (C) 1994                                                   */
/*                                                                      */
/* Massachusetts Institute of Technology                                */
/* Concurrent VLSI Architecture Group                                   */
/* All rights reserved                                                  */
/*----------------------------------------------------------------------*/

/* File Name:	 	README				                */
/* Function:	        README file for /home/mm/rtl/lib/maclib         */
/*			 Macros built out standard cells		*/
/*									*/
/* Language: 		Verilog						*/
/*									*/
/* Creator:		Steve Keckler  				        */
/* Creation date:	January 18, 1995  				*/

This directory contains macros for use in control paths.  The are
built exclusively out of standard cells (from the standard cell
library and from logic equations).  Signals at all interfaces are at
fully restored CMOS levels.

cmux2.v - 2 input mux with one select signal
cmux2r.v - 2 input radially encoded mux
cmux3r.v - 3 input readially encoded mux

/* Modified By:		Whay S. Lee  				        */
/* Date:	  	Mon Oct 30, 1995				*/

arb.v 
		- various flavors of arbiters. This file supercedes
		  /home/mm/rtl/lib/arb.v (which should be deleted
		  when everyone has switched over to using this arb.v

primitive/arbcell.v
		- the primitive cells (hand-crafted) used by arb.v.

