Verilog to Routing - VPR
Public Member Functions | Data Fields | Friends
t_node_edge Struct Reference

#include <vpr_types.h>

Public Member Functions

 t_node_edge (int fnode, int tnode)
 

Data Fields

int from_node
 
int to_node
 

Friends

bool operator< (const t_node_edge &lhs, const t_node_edge &rhs)
 

Constructor & Destructor Documentation

◆ t_node_edge()

t_node_edge::t_node_edge ( int  fnode,
int  tnode 
)
inline

Friends And Related Function Documentation

◆ operator<

bool operator< ( const t_node_edge lhs,
const t_node_edge rhs 
)
friend

Field Documentation

◆ from_node

int t_node_edge::from_node

◆ to_node

int t_node_edge::to_node

The documentation for this struct was generated from the following file: