HexMemoryFile

chisel3.util.HexMemoryFile
case class HexMemoryFile(path: String) extends MemoryFile

A hex memory file to preload an SRAM with, represented by a filesystem path. This will annotate the inner memory with loadMemoryFromFile using MemoryLoadFileType.Hex as the file type.

Value parameters

path

The path to the hex file

Attributes

Source
SRAM.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class MemoryFile
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product