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 -> ?arch:Base.string -> ?instance:Base.string -> ?parameters:Parameter.t Base.list -> ?attributes:Rtl_attribute.t Base.list -> name:Base.string -> Signal.t Interface.Create_fn(I)(O).t

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