abc-master
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
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 // --------------------------------------------------------------------
23 void legalize() {
24  // UNIMPLEMENTED
25 }
26 
28 
#define ABC_NAMESPACE_IMPL_END
Definition: abc_global.h:108
#define ABC_NAMESPACE_IMPL_START
Definition: abc_global.h:107
ABC_NAMESPACE_IMPL_START void legalize()