package hardcaml_verilator

  1. Overview
  2. Docs

Helper functions to ease usage of the Always API when working with interfaces.

Assign a interface containing variables in an always block.

Creates a interface container with register variables.

Creates a interface container with wire variables, e.g. Foo.Of_always.wire Signal.zero, which would yield wires defaulting to zero.