Expand description
This module contains code for working with Verilog VMEM files.
This includes the [`Vmem’] representation which can be parsed from a string.
Structs§
- Data
- Represents some value at some address as specified in the VMEM file.
- Section
- Section of memory at some address in the vmem file.
- Vmem
- Representation of a VMEM file.
- Word
- A singular word in a VMEM file, with bytes stored in Big Endian (MSB-first).
Enums§
- Conversion
Error - Errors that occur when converting VMEM sections
- Parse
Error - Errors that can occur when parsing VMEM files.