package hardcaml

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

Module Empty.Of_alwaysSource

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.

Sourceval apply_names : ?prefix:Base.string -> ?suffix:Base.string -> ?naming_op:(Signal.t -> Base.string -> Signal.t) -> Always.Variable.t t -> Base.unit

Apply names to field of the interface. Add prefix and suffix if specified.

OCaml

Innovation. Community. Security.