org.opencores.mapping
Class GPCMap

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

public class GPCMap
extends java.lang.Object

Consist of mapping fuctions for mapping into GPC


Constructor Summary
GPCMap()
           
 
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

GPCMap

public GPCMap()
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