package hardcaml

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

Drive the gtkwave waveform viewer

val wrap : out_channel -> ('i, 'o) Cyclesim.t -> ('i, 'o) Cyclesim.t

wrap a simulator to generate a vcd file

val gtkwave : ?args:string -> ('i, 'o) Cyclesim.t -> ('i, 'o) Cyclesim.t

launch gtkwave to view the VCD output interactively