ExamplesJaCoP
Class AR

java.lang.Object
  extended by ExamplesJaCoP.Filter
      extended by ExamplesJaCoP.AR

public class AR
extends Filter

It specifies AR benchmark. Source: Rajiv Jain, Alice C. Parker "Experience with the ADAM Synthesis System" 26th ACM/IEEE Design Automation Conference, 1989. and Rajiv Jain, Alice C. Parker, Nohbyung Park, "Predicting Sysem-Level Area and Dealy for Pipelined and Nonpipelined Designs" IEEE Trans. on CAD, vol. 11, no. 8, August 1992.

Author:
Krzysztof Kuchcinski and Radoslaw Szymanek

Field Summary
 
Fields inherited from class ExamplesJaCoP.Filter
addDel, addId, dependencies, ids, last, mulDel, mulId, name
 
Constructor Summary
AR()
          It creates a default AR filter with defaul delays for the operations.
AR(int addDel, int mulDel)
          It possible to specify the delay of the addition and multiplication.
 
Method Summary
 java.util.ArrayList<java.lang.String> names()
          It specifies the names of the operations for the representation of the solution in textual form.
 java.util.ArrayList<java.lang.String> namesPipeline()
          It specifies the names of the operations for the textual representation of the pipelined solution.
 
Methods inherited from class ExamplesJaCoP.Filter
addDel, addId, delays, dependencies, ids, lastOp, mulDel, mulId, name, noAdd, noMul, noOp
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AR

public AR()
It creates a default AR filter with defaul delays for the operations.


AR

public AR(int addDel,
          int mulDel)
It possible to specify the delay of the addition and multiplication.

Parameters:
addDel - the delay of the addition operation.
mulDel - the delay of the multiplication operation.
Method Detail

names

public java.util.ArrayList<java.lang.String> names()
Description copied from class: Filter
It specifies the names of the operations for the representation of the solution in textual form.

Specified by:
names in class Filter
Returns:
list of names.

namesPipeline

public java.util.ArrayList<java.lang.String> namesPipeline()
Description copied from class: Filter
It specifies the names of the operations for the textual representation of the pipelined solution.

Specified by:
namesPipeline in class Filter
Returns:
list of names.