MemoryLoadFileType

firrtl.annotations.MemoryLoadFileType
See theMemoryLoadFileType companion object
sealed abstract class MemoryLoadFileType(val value: String)

Representation of the two types of readmem statements available in Verilog.

Attributes

Companion
object
Deprecated
[Since version Chisel 7.0.0] All APIs in package firrtl are deprecated.
Source
LoadMemoryAnnotation.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object Binary
object Hex

Members list

Value members

Concrete methods

def serialize: String

Attributes

Source
LoadMemoryAnnotation.scala

Concrete fields

val value: String

Attributes

Source
LoadMemoryAnnotation.scala