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