Instantiation.With_interface
module I : Interface.S
module O : Interface.S
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.