|
VPR-7.0
|
#include <cstring>#include <assert.h>#include "power_sizing.h"#include "power.h"#include "globals.h"#include "power_util.h"
Include dependency graph for power_sizing.c:Go to the source code of this file.
Variables | |
| static double | g_MTA_area |
|
static |
Returns the transistor count of an SRAM cell
Definition at line 413 of file power_sizing.c.
Here is the caller graph for this function:| double power_count_transistors_buffer | ( | float | buffer_size | ) |
Counts the number of transistors in a buffer.
Definition at line 100 of file power_sizing.c.
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
Counts the number of transistors in the largest connection box
Definition at line 70 of file power_sizing.c.
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
Returns the transistor count for a flip-flop
Definition at line 492 of file power_sizing.c.
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
This function returns the number of transistors in an interconnect structure
Definition at line 208 of file power_sizing.c.
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
Definition at line 477 of file power_sizing.c.
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
Definition at line 417 of file power_sizing.c.
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
Returns the transistor count for a LUT
Definition at line 435 of file power_sizing.c.
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
Counts the number of transistors in a multiplexer
Definition at line 124 of file power_sizing.c.
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
This function is used recursively to count the number of transistors in a multiplexer
Definition at line 184 of file power_sizing.c.
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
This function counts the number of transistors for a given physical block type
Definition at line 285 of file power_sizing.c.
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
This function calculates the number of transistors for a primitive physical block
Definition at line 387 of file power_sizing.c.
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
This function counts the maximum number of transistors in a switch box
Definition at line 352 of file power_sizing.c.
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
Definition at line 468 of file power_sizing.c.
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
|
static |
|
static |
This function is used recursively to determine the largest single-level multiplexer at each level of a multi-level multiplexer
Definition at line 165 of file power_sizing.c.
Here is the caller graph for this function:
|
static |
Definition at line 516 of file power_sizing.c.
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
Definition at line 526 of file power_sizing.c.
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
Definition at line 644 of file power_sizing.c.
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
Definition at line 602 of file power_sizing.c.
Here is the call graph for this function:
Here is the caller graph for this function:| void power_sizing_init | ( | t_arch * | arch | ) |
Definition at line 237 of file power_sizing.c.
Here is the call graph for this function:
Here is the caller graph for this function:| double power_transistor_area | ( | double | num_MTAs | ) |
|
static |
Definition at line 276 of file power_sizing.c.
Here is the caller graph for this function:
|
static |
This functions counts the number of transistors in all structures in the FPGA. It returns the number of transistors in a grid of the FPGA (logic block, switch box, 2 connection boxes)
Definition at line 264 of file power_sizing.c.
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
Definition at line 34 of file power_sizing.c.