Verilog to Routing - VPR
Data Fields
t_bb Struct Reference

Stores the bounding box of a net in terms of the minimum and maximum coordinates of the blocks forming the net, clipped to the region: (1..device_ctx.grid.width()-2, 1..device_ctx.grid.height()-1) More...

#include <vpr_types.h>

Data Fields

int xmin = 0
 
int xmax = 0
 
int ymin = 0
 
int ymax = 0
 

Detailed Description

Stores the bounding box of a net in terms of the minimum and maximum coordinates of the blocks forming the net, clipped to the region: (1..device_ctx.grid.width()-2, 1..device_ctx.grid.height()-1)

Field Documentation

◆ xmax

int t_bb::xmax = 0

◆ xmin

int t_bb::xmin = 0

◆ ymax

int t_bb::ymax = 0

◆ ymin

int t_bb::ymin = 0

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