Module vmem

Source
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§

ConversionError
Errors that occur when converting VMEM sections
ParseError
Errors that can occur when parsing VMEM files.

Type Aliases§

ParseResult