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
module Variable : sig ... end
The type of variables in guarded assignments. Variables may be asychronous wire
s, or synchronous reg
s. The current value of the variable may be accessed through the value
field below.
val sexp_of_t : t -> Sexplib0.Sexp.t
type always = t
Allows sequences of expressions to be inserted into the code; a syntactic nicety.
val (<--) : Variable.t -> Signal.t -> t
assignment
val (<--.) : Variable.t -> Base.int -> t
assignment with an integer constant - width is inferred
module State_machine : sig ... end
ON THIS PAGE
No table of contents