public class DOT extends Filter
Source:
Raghunathan, A. and Jha, N. K. "An Iterative Improvement Algorithm for Low Power Data Path Synthesis" ICCAD 1995
Constructor and Description |
---|
DOT()
It constructs a simple DOT filter.
|
DOT(int addDel,
int mulDel)
It constructs a DOT filter with the specified delay
for the addition and multiplication operation.
|
Modifier and Type | Method and Description |
---|---|
List<String> |
names()
It specifies the names of the operations for the
representation of the solution in textual form.
|
List<String> |
namesPipeline()
It specifies the names of the operations for the
textual representation of the pipelined solution.
|
public DOT()
public DOT(int addDel, int mulDel)
addDel
- the delay of the addition operation.mulDel
- the delay of the multiplication operation.public List<String> names()
Filter
public List<String> namesPipeline()
Filter
namesPipeline
in class Filter
Copyright © 2022. All rights reserved.