outputs.h File Reference

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

Go to the source code of this file.

Functions

void output_top (netlist_t *netlist)

Function Documentation

void output_top ( netlist_t netlist  ) 

Definition at line 41 of file outputs.c.

00042 {
00043         output_blif(global_args.output_file, netlist);
00044 
00045 #ifdef VPR5
00046         /* outputs in form that's readbale by graphcrunch */
00047         graphcrunch_output(".", "gc.txt", GRAPH_CRUNCH, netlist);
00048 #endif
00049 }

Here is the call graph for this function:

Here is the caller graph for this function:

Generated on Tue Aug 2 10:43:39 2011 for ODIN_II by  doxygen 1.6.3