package rfsm

  1. Overview
  2. Docs
On This Page
  1. VCD output
Legend:
Library
Module
Module type
Parameter
Class
Class type

VCD output

type cfg = {
  1. mutable default_int_size : int;
  2. mutable float_precision : int;
}
val cfg : cfg
module type VCD = sig ... end
module Make (EvSeq : Evseq.EVSEQ) : VCD with type seq = EvSeq.t