VPR-7.0
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros
place_stats.c File Reference
#include <stdio.h>
#include <math.h>
#include "util.h"
#include "vpr_types.h"
#include "globals.h"
+ Include dependency graph for place_stats.c:

Go to the source code of this file.

Data Structures

struct  relapos_rec_s
 

Macros

#define ABS_DIFF(X, Y)   (((X) > (Y))? ((X) - (Y)):((Y) - (X)))
 
#define MAX_X   50
 
#define MAX_LEN   MAX_X*2
 

Typedefs

typedef struct relapos_rec_s relapos_rec_t
 

Macro Definition Documentation

#define ABS_DIFF (   X,
 
)    (((X) > (Y))? ((X) - (Y)):((Y) - (X)))

Definition at line 7 of file place_stats.c.

#define MAX_LEN   MAX_X*2

Definition at line 9 of file place_stats.c.

#define MAX_X   50

Definition at line 8 of file place_stats.c.

Typedef Documentation

typedef struct relapos_rec_s relapos_rec_t