VPR-6.0
|
Go to the source code of this file.
Variables | |
int | nx |
int | ny |
struct s_trace ** | trace_head |
struct s_trace ** | trace_tail |
int | num_nets |
int | num_blocks |
struct s_net * | net |
struct s_block * | block |
boolean * | is_global |
int * | chan_width_x |
int * | chan_width_y |
struct s_grid_tile ** | grid |
int | num_rr_nodes |
t_rr_node * | rr_node |
t_ivec *** | rr_node_indices |
int | num_rr_indexed_data |
t_rr_indexed_data * | rr_indexed_data |
int ** | net_rr_terminals |
struct s_switch_inf * | switch_inf |
int ** | rr_blk_source |
Netlist to be placed stuff.
Definition at line 5 of file globals_declare.h.
int* chan_width_x |
chan_width_x is the x-directed channel; i.e. between rows
Definition at line 14 of file globals_declare.h.
int * chan_width_y |
numerical form
Definition at line 14 of file globals_declare.h.
struct s_grid_tile** grid |
FPGA complex blocks grid [0..nx+1][0..ny+1]
Definition at line 15 of file globals_declare.h.
Netlist to be placed stuff.
Definition at line 6 of file globals_declare.h.
Netlist to be placed stuff.
Definition at line 4 of file globals_declare.h.
int** net_rr_terminals |
[0..num_nets-1][0..num_pins-1]
Definition at line 28 of file globals_declare.h.
int num_blocks |
blocks in the user netlist
Definition at line 3 of file globals_declare.h.
int num_nets |
Netlist to be placed stuff.
Definition at line 3 of file globals_declare.h.
Structures to define the routing architecture of the FPGA.
Definition at line 26 of file globals_declare.h.
int num_rr_nodes |
Structures to define the routing architecture of the FPGA.
Definition at line 23 of file globals_declare.h.
int nx |
Physical FPGA architecture stuff
Definition at line 10 of file globals_declare.h.
int ny |
Definition at line 10 of file globals_declare.h.
int** rr_blk_source |
[0..num_blocks-1][0..num_class-1]
Definition at line 30 of file globals_declare.h.
[0 .. num_rr_indexed_data-1]
Definition at line 27 of file globals_declare.h.
[0..num_rr_nodes-1]
Definition at line 24 of file globals_declare.h.
Structures to define the routing architecture of the FPGA.
Definition at line 25 of file globals_declare.h.
struct s_switch_inf* switch_inf |
[0..det_routing_arch.num_switch-1]
Definition at line 29 of file globals_declare.h.
struct s_trace** trace_head |
[0..num_nets-1] of linked list start pointers. Defines the routing.
Definition at line 19 of file globals_declare.h.
struct s_trace ** trace_tail |
Definition at line 19 of file globals_declare.h.