cbaCba.c 1.44 KB
Newer Older
1 2
/**CFile****************************************************************

3
  FileName    [cba.c]
4 5 6

  SystemName  [ABC: Logic synthesis and verification system.]

7
  PackageName [Verilog parser.]
8

9
  Synopsis    [Parses several flavors of word-level Verilog.]
10 11 12 13 14

  Author      [Alan Mishchenko]
  
  Affiliation [UC Berkeley]

15
  Date        [Ver. 1.0. Started - July 21, 2015.]
16

17
  Revision    [$Id: cba.c,v 1.00 2014/11/29 00:00:00 alanmi Exp $]
18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34

***********************************************************************/

#include "cba.h"

ABC_NAMESPACE_IMPL_START

////////////////////////////////////////////////////////////////////////
///                        DECLARATIONS                              ///
////////////////////////////////////////////////////////////////////////

////////////////////////////////////////////////////////////////////////
///                     FUNCTION DEFINITIONS                         ///
////////////////////////////////////////////////////////////////////////

/**Function*************************************************************

35
  Synopsis    []
36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52

  Description []
               
  SideEffects []

  SeeAlso     []

***********************************************************************/


////////////////////////////////////////////////////////////////////////
///                       END OF FILE                                ///
////////////////////////////////////////////////////////////////////////


ABC_NAMESPACE_IMPL_END