|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Graph | |
| org.opencores | |
| org.opencores.edifp | |
| org.opencores.graphics | |
| org.opencores.mapping | |
| org.opencores.placement | |
| org.opencores.routing | |
| org.opencores.verilogp | |
| Uses of Graph in org.opencores |
| Fields in org.opencores declared as Graph | |
private static Graph |
Main.graph
Graph we are working on. |
| Uses of Graph in org.opencores.edifp |
| Fields in org.opencores.edifp declared as Graph | |
(package private) Graph |
Convert.graph
|
| Methods in org.opencores.edifp that return Graph | |
static Graph |
Parser.main(java.lang.String infile)
parses EDIF file. |
Graph |
Parser.parse()
|
private Graph |
Parser.edif()
dissolves token with same name using LL(1) structure |
| Uses of Graph in org.opencores.graphics |
| Fields in org.opencores.graphics declared as Graph | |
private Graph |
Draw.g
graph to work on |
| Methods in org.opencores.graphics with parameters of type Graph | |
void |
Draw.setGraph(Graph g)
Changes graph displayed |
| Constructors in org.opencores.graphics with parameters of type Graph | |
Draw.Draw(Graph g)
Constructs new frame, showing graph g |
|
| Uses of Graph in org.opencores.mapping |
| Fields in org.opencores.mapping declared as Graph | |
private Graph |
GlobalMap.g
graph we are working on |
| Methods in org.opencores.mapping that return Graph | |
Graph |
FlowMap.mapping(Graph g)
Second step of the algorithm - mapping. |
| Methods in org.opencores.mapping with parameters of type Graph | |
void |
FlowMap.labeling(Graph g)
first step of algorithm - labeling |
Graph |
FlowMap.mapping(Graph g)
Second step of the algorithm - mapping. |
static void |
FlipFlopMap.addLUTs(Graph g)
Function inserts new LUT, so that each FF has its direct and only predecessor LUT |
static void |
GPCMap.group(Graph g)
Groups LUTs and FFs into GPCs. |
static void |
IOCMap.group(Graph g)
Groups LUTs and FFs into GPCs. |
| Constructors in org.opencores.mapping with parameters of type Graph | |
GlobalMap.GlobalMap(Graph g)
Constructs new Global mapper |
|
| Uses of Graph in org.opencores.placement |
| Fields in org.opencores.placement declared as Graph | |
private Graph |
Annealing.g
graph we are working on |
private Graph |
PrePlacement.g
graph representation we are working on |
| Methods in org.opencores.placement with parameters of type Graph | |
void |
PrePlacement.setGraph(Graph g)
Changes working graph. |
| Constructors in org.opencores.placement with parameters of type Graph | |
Statistics.Statistics(Graph g)
|
|
Annealing.Annealing(Graph g)
Construct and resets new SA object on graph g. |
|
PrePlacement.PrePlacement(Graph g)
Initializes RxR placement. |
|
| Uses of Graph in org.opencores.routing |
| Fields in org.opencores.routing declared as Graph | |
private Graph |
Wavefront.g
graph to work on |
| Constructors in org.opencores.routing with parameters of type Graph | |
Wavefront.Wavefront(Graph g)
starts new prerouting session based on graph g |
|
| Uses of Graph in org.opencores.verilogp |
| Fields in org.opencores.verilogp declared as Graph | |
private Graph |
Parser.g
currently built graph |
| Methods in org.opencores.verilogp that return Graph | |
Graph |
Parser.getGraph()
returns newly built graph |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||