29 int numNodes, numTerms;
31 FILE *nodesFile = fopen(filename,
"w");
33 printf(
"ERROR: Could not open .nodes file\n");
37 numNodes = numTerms = 0;
46 fprintf(nodesFile,
"UCLA nodes 1.0\n");
47 fprintf(nodesFile,
"NumNodes : %d\n", numNodes);
48 fprintf(nodesFile,
"NumTerminals : %d\n", numTerms);
51 fprintf(nodesFile,
"CELL%d %f %f %s\n",
70 FILE *plFile = fopen(filename,
"w");
72 printf(
"ERROR: Could not open .pl file\n");
76 fprintf(plFile,
"UCLA pl 1.0\n");
78 fprintf(plFile,
"CELL%d %f %f : N %s\n",
void writeBookshelfPl(const char *filename)
void writeBookshelf(const char *filename)
ConcreteCell ** g_place_concreteCells
#define ABC_NAMESPACE_IMPL_END
#define ABC_NAMESPACE_IMPL_START
ABC_NAMESPACE_IMPL_START int g_place_numCells
ABC_NAMESPACE_IMPL_START void writeBookshelfNodes(const char *filename)