LoadMemoryAnnotation
firrtl.annotations.LoadMemoryAnnotation
case class LoadMemoryAnnotation(target: ComponentName, fileName: String, hexOrBinary: MemoryLoadFileType = ..., originalMemoryNameOpt: Option[String] = ...) extends SingleTargetAnnotation[Named]
Firrtl implementation for load memory
Value parameters
- fileName
-
name of input file
- hexOrBinary
-
use
$readmemhor$readmemb - target
-
memory to load
Attributes
- Deprecated
-
[Since version Chisel 7.0.0]All APIs in package firrtl are deprecated. - Source
- LoadMemoryAnnotation.scala
- Graph
-
- Supertypes
-
trait Serializabletrait SingleTargetAnnotation[Named]trait Annotationtrait Producttrait Equalsclass Objecttrait Matchableclass Any
Members list
In this article