Class DOT


  • public class DOT
    extends Filter
    It specifies DOT benchmark.

    Source:

    Raghunathan, A. and Jha, N. K. "An Iterative Improvement Algorithm for Low Power Data Path Synthesis" ICCAD 1995

    Version:
    4.7
    • Constructor Summary

      Constructors 
      Constructor 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.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.List<java.lang.String> names()
      It specifies the names of the operations for the representation of the solution in textual form.
      java.util.List<java.lang.String> namesPipeline()
      It specifies the names of the operations for the textual representation of the pipelined solution.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • DOT

        public DOT()
        It constructs a simple DOT filter.
      • DOT

        public DOT​(int addDel,
                   int mulDel)
        It constructs a DOT filter with the specified delay for the addition and multiplication operation.
        Parameters:
        addDel - the delay of the addition operation.
        mulDel - the delay of the multiplication operation.
    • Method Detail

      • names

        public java.util.List<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.List<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.