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 Serializabletrait Producttrait Equalsclass MemoryFileclass Objecttrait Matchableclass Any
Members list
In this article