abc-master
|
#include "ver.h"
Go to the source code of this file.
Functions | |
ABC_NAMESPACE_IMPL_START int | Ver_ParseSkipComments (Ver_Man_t *pMan) |
DECLARATIONS ///. More... | |
char * | Ver_ParseGetName (Ver_Man_t *pMan) |
char* Ver_ParseGetName | ( | Ver_Man_t * | pMan | ) |
Function*************************************************************
Synopsis [Parses a Verilog name that can be being with a slash.]
Description []
SideEffects []
SeeAlso []
Definition at line 91 of file verParse.c.
ABC_NAMESPACE_IMPL_START int Ver_ParseSkipComments | ( | Ver_Man_t * | pMan | ) |
DECLARATIONS ///.
CFile****************************************************************
FileName [verParse.c]
SystemName [ABC: Logic synthesis and verification system.]
PackageName [Verilog parser.]
Synopsis [Performs some Verilog parsing tasks.]
Author [Alan Mishchenko]
Affiliation [UC Berkeley]
Date [Ver. 1.0. Started - August 19, 2006.]
Revision [
]FUNCTION DEFINITIONS /// Function*************************************************************
Synopsis [Skips the comments of they are present.]
Description []
SideEffects []
SeeAlso []
Definition at line 45 of file verParse.c.