package hardcaml_waveterm

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

Hardcaml_waveterm_kernel is a library for displaying terminal-based waveforms from hardcaml simulations.

The kernel library avoids any unix dependency so can be compiled for javascript.

module Display_rule : sig ... end

A Rule.t is a predicate on Port.ts that specifies the display format of matching ports.

module Display_rules : sig ... end

A Display_rules.t is an ordered list of rules that specifies the order of ports and the formatting of signals in a waveform.

module Text_alignment : sig ... end
module Wave_format = Hardcaml.Wave_format
module Port : sig ... end

Simulation port description.

module Port_name : sig ... end

An abstract type for port-name strings.

module Expert : sig ... end
OCaml

Innovation. Community. Security.