package hardcaml

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

Module Hardcaml.Async_fifoSource

Simple and fast distributed RAM based asynchronous FIFO. The depth of the FIFO is parameterizable, however, it should be less than or equal to 2 ^ LUT_SIZE to avoid glitches on the addressing logic.

Sourcemodule type S = sig ... end
Sourcemodule Make (M : S) : sig ... end
OCaml

Innovation. Community. Security.