Package org.opencores.structure

Class Summary
Graph Graph, that holds all nodes and nets.
IndexedNode Class representing Nodes, that can be indexed.
Net simple net type class (has only one output and many inputs), suitable for P&R process
NetGlobal Global net, that is accessible from everywhere (e.g.
Node node structure suitable for P&R process
NodeCycleBreak Class that actually does nothing.
NodeFF D-FF type class
NodeGPC GPC, consisting of one 5->1 LUT and one FFs.
NodeIOC  
NodeLUT LUT cell type class.
NodePort design cell port is handled as Node
NodePrim LUT cell type class.
NodeRoutable Node, that can be routable - all nodes that are passed to routing phase should be NodeRoutable type.
NodeSR Special resource node that has no routing capabilities.