package hardcaml_of_verilog

  1. Overview
  2. Docs

Static construction of an ocaml module with hardcaml interfaces that dynamically loads the implementation at runtime. Interface widths are adjusted based on instantiation parameters.

module Rebuild_interfaces (I : Hardcaml.Interface.S) (O : Hardcaml.Interface.S) (X : sig ... end) : sig ... end