package hardcaml

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type

Parameters

module I : Interface.S
module O : Interface.S
module T : Interface.S

Signature

val create_circuit : string -> (signal I.t -> signal O.t -> signal T.t -> unit) -> circuit
val inst : ?instance_name:string -> ?attributes:Rtl_attribute.t list -> ?g:(string * generic) list -> string -> signal I.t -> signal O.t -> signal T.t -> unit