abc-master
|
#include <stdlib.h>
#include <limits.h>
#include <assert.h>
#include <string.h>
#include "place_base.h"
#include "place_gordian.h"
Go to the source code of this file.
Functions | |
ABC_NAMESPACE_IMPL_START int | sqHashId (int id, int max) |
float | fastEstimate (ConcreteCell *cell, int numNets, ConcreteNet *nets[]) |
float fastEstimate | ( | ConcreteCell * | cell, |
int | numNets, | ||
ConcreteNet * | nets[] | ||
) |
Definition at line 92 of file place_inc.c.
|
inline |
Definition at line 21 of file place_inc.c.