package hardcaml

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

Module Cyclesim.With_interfaceSource

Parameters

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

Signature

Sourceval sexp_of_t : t -> Sexplib0.Sexp.t
Sourceval create : ?config:Config.t -> ?circuit_config:Circuit.Config.t -> Circuit.With_interface(I)(O).create -> t

Create a simulator using the provided Create_fn. The returned simulator ports are coerced to the input and output interface types.

Sourceval coerce : t_port_list -> t

Coerce simulator port types to use the provided input and output interfaces.

OCaml

Innovation. Community. Security.