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
    @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. def finalize(): Unit

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

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

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

    Permalink
    Definition Classes
    WritePortMemoryPort
  18. def inputHasChanged(): Unit

    Permalink
  19. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  20. val latency: Int

    Permalink

    the number of cycles between port and memory

    the number of cycles between port and memory

    Definition Classes
    WritePortMemoryPort
  21. var mask: Concrete

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

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

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

    Permalink
    Definition Classes
    AnyRef
  25. val outputFieldName: String

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

    Permalink
  27. val portName: String

    Permalink

    name of this writer

    name of this writer

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

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

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

    Permalink
    Definition Classes
    WritePort → AnyRef → Any
  31. final def wait(): Unit

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  33. 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