VPR-7.0
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros
PowerSpicedComponent.c File Reference
#include <cstring>
#include <cfloat>
#include <limits>
#include <algorithm>
#include <assert.h>
#include "util.h"
#include "PowerSpicedComponent.h"
+ Include dependency graph for PowerSpicedComponent.c:

Go to the source code of this file.

Functions

bool sorter_PowerCallibSize (PowerCallibSize *a, PowerCallibSize *b)
 
bool sorter_PowerCallibInputs (PowerCallibInputs *a, PowerCallibInputs *b)
 

Function Documentation

bool sorter_PowerCallibInputs ( PowerCallibInputs a,
PowerCallibInputs b 
)

Definition at line 204 of file PowerSpicedComponent.c.

204  {
205  return a->num_inputs < b->num_inputs;
206 }

+ Here is the caller graph for this function:

bool sorter_PowerCallibSize ( PowerCallibSize a,
PowerCallibSize b 
)

Definition at line 30 of file PowerSpicedComponent.c.

30  {
31  return a->transistor_size < b->transistor_size;
32 }

+ Here is the caller graph for this function: