ABC: A System for Sequential Synthesis and Verification
 
Loading...
Searching...
No Matches
place_legalize.c
Go to the documentation of this file.
1/*===================================================================*/
2//
3// place_legalize.c
4//
5// Aaron P. Hurst, 2007
6// ahurst@eecs.berkeley.edu
7//
8/*===================================================================*/
9
10#include <limits.h>
11#include <assert.h>
12
13#include "place_base.h"
14
16
17
18
19// --------------------------------------------------------------------
20// legalize()
21//
22// --------------------------------------------------------------------
23void legalize() {
24 // UNIMPLEMENTED
25}
26
28
#define ABC_NAMESPACE_IMPL_START
#define ABC_NAMESPACE_IMPL_END
ABC_NAMESPACE_IMPL_START void legalize()