fileio.h File Reference

io-functions module header More...

#include "defs.h"
#include "model.h"

Include dependency graph for fileio.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

void loadTemplates (const char *fname, class clsDesign *dptr)
 loader of module-type templates
void loadNetlist (FILE *f, const char *fname, class clsDesign *dptr)
 netlist loader


Detailed Description

io-functions module header


Function Documentation

void loadNetlist ( FILE *  f,
const char *  fname,
class clsDesign dptr 
)

netlist loader

on basis of information stored in fname file, corresponding clsDesign object is created and its pointer returned by reference.

Parameters:
[in] f handler of file to be read from
[in] fname name of file to be read from
[out] dptr pointer to clsDesign object created according to data stored in the file

void loadTemplates ( const char *  fname,
class clsDesign dptr 
)

loader of module-type templates

on basis of information stored in fname file, information about module-type templates is stored into clsDesign object. Each module within a design is assigned a type.

Parameters:
[in] fname name of file to be read from
[out] dptr pointer to clsDesign object created according to data stored in the file

Here is the call graph for this function:


Generated on Mon Aug 25 08:39:24 2008 for TASTE by  doxygen 1.5.6