Package | Description |
---|---|
designflow |
package contains classes to perform a design flow for a multi-stage mapping and scheduling.
|
solver.distributedMemory.placement |
package contains solver for placement problem.
|
Modifier and Type | Field and Description |
---|---|
private DesignFlowSolution.Mapping |
DesignFlowSolution.mapping
Mapping solution
|
Modifier and Type | Method and Description |
---|---|
DesignFlowSolution.Mapping |
DesignFlowSolution.getMapping()
Get mapping solution.
|
Modifier and Type | Method and Description |
---|---|
void |
DesignFlowSolution.setMapping(DesignFlowSolution.Mapping mapping)
Set mapping solutions in design flow.
|
Constructor and Description |
---|
DesignFlowSolution.Mapping(DesignFlowSolution.Mapping anotherMappingSolution)
Build a mapping solution from another mapping solution.
|
Modifier and Type | Method and Description |
---|---|
DesignFlowSolution.Mapping |
GenericPlacementSolver.modelToMapping(java.util.Map<java.lang.String,java.lang.String> model,
DesignFlowSolution designFlowSolution)
Convert model obtained from SMT solver to a mapping solution.
|