package hardcaml_waveterm

  1. Overview
  2. Docs
module Data : sig ... end

A dynamically-sized array, similar to std::vector in C++.

module Draw : sig ... end
module Port : sig ... end

Simulation port description.

module Port_name : sig ... end

An abstract type for port-name strings.

module Render : sig ... end
module Sim : sig ... end

Module for connecting the waveform tracer to a hardcaml simulator.

module Wave : sig ... end
module Waves : sig ... end
module Write : sig ... end