org.opencores.mapping
Class IOCMap

java.lang.Object
  |
  +--org.opencores.mapping.IOCMap

public class IOCMap
extends java.lang.Object

Consist of mapping fuctions for mapping into GPC


Constructor Summary
IOCMap()
           
 
Method Summary
static void group(Graph g)
          Groups LUTs and FFs into GPCs.
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Constructor Detail

IOCMap

public IOCMap()
Method Detail

group

public static void group(Graph g)
Groups LUTs and FFs into GPCs. Do roommate joining first.
Parameters:
g - graph to work on