Class Buffer

    • Constructor Detail

      • Buffer

        public Buffer​(java.lang.String id,
                      MmuBuffer.Kind kind,
                      boolean isView,
                      Address address,
                      Var addressArg,
                      Var dataArg,
                      java.math.BigInteger ways,
                      java.math.BigInteger sets,
                      ru.ispras.fortress.expression.Node index,
                      ru.ispras.fortress.expression.Node match,
                      CachePolicy policy,
                      Buffer next)
    • Method Detail

      • isView

        public boolean isView()
      • getWays

        public java.math.BigInteger getWays()
      • getSets

        public java.math.BigInteger getSets()
      • getEntry

        public Type getEntry()
      • getIndex

        public ru.ispras.fortress.expression.Node getIndex()
      • getMatch

        public ru.ispras.fortress.expression.Node getMatch()
      • getNext

        public Buffer getNext()
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object