VPR-6.0

vpr/SRC/util/mst.h

Go to the documentation of this file.
00001 typedef struct s_mst_edge
00002 {
00003     unsigned short int from_node;
00004     unsigned short int to_node;
00005 
00006 }
00007 t_mst_edge;
00008 
00009 t_mst_edge *get_mst_of_net(int inet);