package hardcaml

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

Parameters

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

Signature

val create : ?lib:Base.String.t -> ?arch:Base.String.t -> ?instance:Base.String.t -> ?parameters:Parameter.t Base.List.t -> name:Base.String.t -> Signal.t Interface.Create_fn(I)(O).t

Instantiate an RTL design with the given input and output interface.