abc/src/base/bac/bac.c

53 lines
1.4 KiB
C
Raw Normal View History

2014-11-29 23:36:26 +01:00
/**CFile****************************************************************
2015-07-22 02:51:28 +02:00
FileName [bac.c]
2014-11-29 23:36:26 +01:00
SystemName [ABC: Logic synthesis and verification system.]
2015-07-22 02:51:28 +02:00
PackageName [Verilog parser.]
2014-11-29 23:36:26 +01:00
2015-07-22 02:51:28 +02:00
Synopsis [Parses several flavors of word-level Verilog.]
2014-11-29 23:36:26 +01:00
Author [Alan Mishchenko]
Affiliation [UC Berkeley]
Date [Ver. 1.0. Started - November 29, 2014.]
2015-07-22 02:51:28 +02:00
Revision [$Id: bac.c,v 1.00 2014/11/29 00:00:00 alanmi Exp $]
2014-11-29 23:36:26 +01:00
***********************************************************************/
2015-07-22 02:51:28 +02:00
#include "bac.h"
2014-11-29 23:36:26 +01:00
ABC_NAMESPACE_IMPL_START
////////////////////////////////////////////////////////////////////////
/// DECLARATIONS ///
////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////
/// FUNCTION DEFINITIONS ///
////////////////////////////////////////////////////////////////////////
/**Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
***********************************************************************/
////////////////////////////////////////////////////////////////////////
/// END OF FILE ///
////////////////////////////////////////////////////////////////////////
ABC_NAMESPACE_IMPL_END