Class

firrtl_interpreter.Memory

ReadPort

Related Doc: package Memory

Permalink

case class ReadPort(portName: String, latency: Int) extends MemoryPort with Product with Serializable

implements a read port with memory defined latency

portName

name of this reader

latency

the number of cycles between port and memory

Source
Memory.scala
Linear Supertypes
Serializable, Serializable, Product, Equals, MemoryPort, AnyRef, Any
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ReadPort
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. MemoryPort
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ReadPort(portName: String, latency: Int)

    Permalink

    portName

    name of this reader

    latency

    the number of cycles between port and memory

Type Members

  1. case class ReadPipeLineElement(readPipeLineData: Concrete) extends Product with Serializable

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. var address: Int

    Permalink
    Definition Classes
    MemoryPort
  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. var clock: Int

    Permalink
    Definition Classes
    MemoryPort
  7. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. def cycle(): Unit

    Permalink
  9. var data: Concrete

    Permalink
    Definition Classes
    MemoryPort
  10. var enable: Boolean

    Permalink
    Definition Classes
    MemoryPort
  11. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  12. val fieldDependencies: Seq[String]

    Permalink
    Definition Classes
    ReadPortMemoryPort
  13. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  14. val fullName: String

    Permalink
    Definition Classes
    MemoryPort
  15. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  16. def getValue(fieldName: String): Concrete

    Permalink
    Definition Classes
    MemoryPort
  17. def inputHasChanged(): Unit

    Permalink
  18. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  19. val latency: Int

    Permalink

    the number of cycles between port and memory

    the number of cycles between port and memory

    Definition Classes
    ReadPortMemoryPort
  20. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  21. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  22. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  23. val outputFieldName: String

    Permalink
    Definition Classes
    MemoryPort
  24. val pipeLine: ArrayBuffer[ReadPipeLineElement]

    Permalink
  25. val portName: String

    Permalink

    name of this reader

    name of this reader

    Definition Classes
    ReadPortMemoryPort
  26. def setValue(fieldName: String, concreteValue: Concrete): Unit

    Permalink
    Definition Classes
    ReadPortMemoryPort
  27. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  28. def toString(): String

    Permalink
    Definition Classes
    ReadPort → AnyRef → Any
  29. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  30. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  31. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from MemoryPort

Inherited from AnyRef

Inherited from Any

Ungrouped