package rfsm

  1. Overview
  2. Docs
type global =
  1. | GInp of string * Types.typ * stim_desc
  2. | GOutp of string * Types.typ
  3. | GShared of string * Types.typ
  4. | GConst of string * Expr.value
  5. | GFun of string * fn_desc
and stim_desc =
  1. | Periodic of int * int * int
  2. | Sporadic of int list
  3. | ValueChange of (int * Expr.value) list
and fn_desc = string list * Expr.t
val global_id : global -> string
val string_of_stim : stim_desc -> string
OCaml

Innovation. Community. Security.