Package | Description |
---|---|
com.sun.electric.tool.erc |
Package for handling the Electrical-rules checking tools.
|
com.sun.electric.tool.placement.metrics.boundingbox | |
com.sun.electric.tool.placement.metrics.mst | |
com.sun.electric.tool.util.concurrent |
Package for parallel patterns and concurrent data structures
|
com.sun.electric.tool.util.concurrent.patterns |
Modifier and Type | Class and Description |
---|---|
class |
ERCWellCheck.WorkDistributionTask |
Modifier and Type | Class and Description |
---|---|
class |
BBMetricTask
Parallel Placement
Estimate wirelength using the bounding box metric
|
Modifier and Type | Class and Description |
---|---|
class |
MSTMetricTask
Parallel Placement
|
Modifier and Type | Method and Description |
---|---|
static <T extends BlockedRange<T>> |
Parallel.For(T range,
PForTask<T> task)
Parallel For Loop (1- and 2-dimensional)
|
static <T extends BlockedRange<T>> |
Parallel.For(T range,
PForTask<T> task,
IThreadPool pool) |
Modifier and Type | Class and Description |
---|---|
static class |
PReduceJob.PReduceTask<T,K extends BlockedRange<K>> |
Constructor and Description |
---|
PForJob.SplitIntoTasks(PJob job,
T range,
PForTask<T> task) |
PForJob.SplitterTask(PJob job,
T range,
PForTask<T> task,
int number,
int total) |
PForJob(T range,
PForTask<T> task)
Constructor for 1- and 2-dimensional parallel for loops
|
PForJob(T range,
PForTask<T> task,
IThreadPool pool) |