package hardcaml_xilinx_reports

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

Instantiate one more more circuits, wrapping the input and output ports with registers.

This can then be used to generate a synthesis report with accurate timing numbers (including input and output delays) using the blackbox=none and hier=true synthesis flow.

module type Sequential_interface = sig ... end
module Make (I : Hardcaml.Interface.S) (O : Hardcaml.Interface.S) : sig ... end
OCaml

Innovation. Community. Security.