Class

firrtl_interpreter.Memory

WritePort

Related Doc: package Memory

Permalink

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

implements a write port with memory defined latency

portName

name of this writer

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. WritePort
  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 WritePort(portName: String, latency: Int)

    Permalink

    portName

    name of this writer

    latency

    the number of cycles between port and memory

Type Members

  1. case class WritePipeLineElement(enable: Boolean, address: Int, data: Concrete, mask: 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
    @HotSpotIntrinsicCandidate() @throws( ... )
  8. def cycle(): Unit

    Permalink
  9. var data: Concrete

    Permalink
    Definition Classes
    MemoryPort
  10. def elementFromSnapshot: WritePipeLineElement

    Permalink
  11. var enable: Boolean

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

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

    Permalink
    Definition Classes
    WritePortMemoryPort
  14. val fullName: String

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

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

    Permalink
    Definition Classes
    WritePortMemoryPort
  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
    WritePortMemoryPort
  20. var mask: Concrete

    Permalink
  21. final def ne(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  23. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  24. val outputFieldName: String

    Permalink
    Definition Classes
    MemoryPort
  25. val pipeLine: ArrayBuffer[WritePipeLineElement]

    Permalink
  26. val portName: String

    Permalink

    name of this writer

    name of this writer

    Definition Classes
    WritePortMemoryPort
  27. def setValue(fieldName: String, concreteValue: Concrete): Unit

    Permalink
    Definition Classes
    WritePortMemoryPort
  28. final def synchronized[T0](arg0: ⇒ T0): T0

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

    Permalink
    Definition Classes
    WritePort → AnyRef → Any
  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( ... )
  32. final def wait(): Unit

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

Deprecated Value Members

  1. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @Deprecated @deprecated @throws( classOf[java.lang.Throwable] )
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from MemoryPort

Inherited from AnyRef

Inherited from Any

Ungrouped