BinaryMemoryFile

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

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

Value parameters

path

The path to the binary 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