Module opentitanlib::util::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

  • Represents some value at some address as specified in the vmem file.
  • Section of memory at some address in the vmem file.
  • Representation of a vmem file.

Enums

  • Errors that can occur when parsing vmem files.

Type Definitions