abc-master
|
#include "timInt.h"
Go to the source code of this file.
Macros | |
#define | TIM_DUMP_VER_NUM 1 |
DECLARATIONS ///. More... | |
Functions | |
Vec_Str_t * | Tim_ManSave (Tim_Man_t *p, int fHieOnly) |
FUNCTION DEFINITIONS ///. More... | |
Tim_Man_t * | Tim_ManLoad (Vec_Str_t *p, int fHieOnly) |
#define TIM_DUMP_VER_NUM 1 |
DECLARATIONS ///.
CFile****************************************************************
FileName [timDump.c]
SystemName [ABC: Logic synthesis and verification system.]
PackageName [Hierarchy/timing manager.]
Synopsis [Saving and loading the hierarchy timing manager.]
Author [Alan Mishchenko]
Affiliation [UC Berkeley]
Date [Ver. 1.0. Started - April 28, 2007.]
Revision [
]
Function*************************************************************
Synopsis [Restores the timing manager from the char stream.]
Description []
SideEffects []
SeeAlso []
Definition at line 112 of file timDump.c.
FUNCTION DEFINITIONS ///.
Function*************************************************************
Synopsis [Transform the timing manager into the char stream.]
Description []
SideEffects []
SeeAlso []
Definition at line 46 of file timDump.c.