torc-master
|
Example program to read in an EDIF file, do something with it, and write it back out. More...
#include "torc/Generic.hpp"
#include "torc/Common.hpp"
#include <fstream>
#include <boost/regex.hpp>
Go to the source code of this file.
Functions | |
int | main (int argc, char *argv[]) |
Example program to read in an EDIF file, do something with it, and write it back out.
Definition in file GenericExample.cpp.
int main | ( | int | argc, |
char * | argv[] | ||
) |
Definition at line 27 of file GenericExample.cpp.