package hardcaml

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type

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

val value : Always.Variable.t t -> Signal.t t

Assign a interface containing variables in an always block.

val reg : ?enable:Signal.t -> Reg_spec.t -> Always.Variable.t t

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.