= 1024" x-on:close-sidebar="sidebar=window.innerWidth >= 1024 && true">
package hardcaml
-
HardCaml
-
-
HardCamlDynlink
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
type t = Types.signal
val empty : t
val width : t -> int
val constb : string -> t
val consti : int -> int -> t
val consti32 : int -> int32 -> t
val consti64 : int -> int64 -> t
val consthu : int -> string -> t
val consths : int -> string -> t
val constd : int -> string -> t
val constv : string -> t
val constibl : int list -> t
val const : string -> t
val vdd : t
val gnd : t
val zero : int -> t
val ones : int -> t
val one : int -> t
val to_string : t -> string
val to_int : t -> int
val to_sint : t -> int
val to_int32 : t -> int32
val to_sint32 : t -> int32
val to_int64 : t -> int64
val to_sint64 : t -> int64
val to_bstr : t -> string
val wire : int -> t
val input : string -> int -> t
val clock : t
val reset : t
val clear : t
val enable : t
val srand : int -> t
module type TypedMath = sig ... end
module Uop : sig ... end
module Sop : sig ... end