package hardcaml_waveterm

  1. Overview
  2. No Docs
A terminal based digital waveform viewer for Hardcaml

Install

Dune Dependency

Authors

Maintainers

Sources

hardcaml_waveterm-v0.16.0.tar.gz
sha256=20844546139ee69e8d328b75a54369b2c1db91d88e43f7ca9ccfc0cd855be828

doc/hardcaml_waveterm.kernel/Hardcaml_waveterm_kernel/Expert/Sim/index.html

Module Expert.SimSource

Module for connecting the waveform tracer to a hardcaml simulator.

Sourceval wrap : ?cfg:(string * Wave_format.t) list -> ('i, 'o) Hardcaml.Cyclesim.t -> ('i, 'o) Hardcaml.Cyclesim.t * Hardcaml_waveterm_kernel__.Wave.t array

Wraps a hardcaml simulator with a waveform tracer. This returns a simulator object with waveform traced. Both simulators are interchangable (ie: calling Sim.cycle on one cycles the other as well, but only the simulator returned from the function traces waveforms.

OCaml

Innovation. Community. Security.