OpenFPGA/vpr7_x2p/vpr/SRC/place/place_stats.h

8 lines
295 B
C
Raw Normal View History

2018-07-26 12:28:21 -05:00
#ifdef PRINT_REL_POS_DISTR
void print_relative_pos_distr(void);
/* Prints out the probability distribution of the relative locations of *
* input pins on a net -- i.e. simulates 2-point net length probability *
* distribution. */
#endif