object Memory
Provides three different aspects of the code necessary to create read and write register pipelines. The three cases are:
- Adding the symbols for the registers to be created
- Adding the rendering code necessary to Expression views of the pipelines
- Actually adding the pipeline registers.
NOTE: See IMPORTANT NOTE above.
- Alphabetic
- By Inheritance
- Memory
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def buildMemoryExpressions(defMemory: DefMemory, expandedName: String, scheduler: Scheduler): Unit
Construct views for all the memory elements
Construct views for all the memory elements
- defMemory
current memory
- expandedName
full path name
- scheduler
handle to execution components
- def buildMemoryInternals(defMemory: DefMemory, expandedName: String, scheduler: Scheduler, compiler: ExpressionCompiler): Unit
Construct the machinery to move data into and out of the memory stack
Construct the machinery to move data into and out of the memory stack
- defMemory
current memory
- expandedName
full path name
- scheduler
handle to execution components
- compiler
needed for assigner generation
- def buildSymbols(defMemory: DefMemory, expandedName: String, sensitivityGraphBuilder: SensitivityGraphBuilder, registerNames: HashSet[String]): Seq[Symbol]
Builds all the symbols and dependencies for the specified memory.
Builds all the symbols and dependencies for the specified memory. Pipelines are constructed as registers with a regular name and a /in name. Data travels up-index through a pipeline for both read and write pipelines.
- defMemory
the specified memory
- expandedName
the full name of the memory
- sensitivityGraphBuilder
external graph of dependencies
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated
(Since version 9)