hardcaml
RTL Hardware Design in OCaml
1024" x-on:close-sidebar="sidebar=window.innerWidth > 1024 && true">
package hardcaml
-
hardcaml
-
-
hardcaml.ppx_deriving_hardcaml0
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
include module type of struct include Signal.Reg_spec_ end
Reg_spec_
is a register specification. It is named Reg_spec_
rather than Reg_spec
so that people consistently use the name Hardcaml.Reg_spec
rather than Hardcaml.Signal.Reg_spec_
.
val sexp_of_t : t -> Sexplib0.Sexp.t
val clock : t -> Hardcaml__Signal.t
val clear : t -> Hardcaml__Signal.t
val reset : t -> Hardcaml__Signal.t
ON THIS PAGE
No table of contents