23 int main(
int argc,
char* argv[]) {
26 if(argc < 2)
return 0;
30 importer(inFileName,
"-v cp65npksdst.v");
Importer from structural verilog format into a generic design.
Main torc::generic namespace header.
boost::filesystem::path path
int main(int argc, char *argv[])
Standard main() function.
Exporter from a generic netlist into structural verilog.
RootSharedPtr getRootPtr(void)
Returns a shared pointer for the root.
boost::shared_ptr< Root > RootSharedPtr