abc-master
|
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include <limits.h>
#include <assert.h>
#include "place_base.h"
Go to the source code of this file.
Functions | |
ABC_NAMESPACE_IMPL_START void | spreadDensityX (int numBins, float maxMovement) |
void | spreadDensityY (int numBins, float maxMovement) |
void | globalFixDensity (int numBins, float maxMovement) |
Doesn't deal well with fixed cells in the core area. More... | |
void globalFixDensity | ( | int | numBins, |
float | maxMovement | ||
) |
Doesn't deal well with fixed cells in the core area.
Definition at line 43 of file place_bin.c.
void spreadDensityX | ( | int | numBins, |
float | maxMovement | ||
) |
Definition at line 56 of file place_bin.c.
void spreadDensityY | ( | int | numBins, |
float | maxMovement | ||
) |
Definition at line 177 of file place_bin.c.