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.

Enums§

ParseError
Errors that can occur when parsing vmem files.

Type Aliases§

ParseResult