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


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 | |
| 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.
| [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.
| [in] | fname | name of file to be read from |
| [out] | dptr | pointer to clsDesign object created according to data stored in the file |

1.5.6