package hardcaml

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

Module Hardcaml.RamSource

Random access memories described using RTL inference.

Can be specified with arbitrary numbers of read and write ports, though in reality only up to 1 of each can be inferred by a synthesizer.

Sourcemodule Collision_mode : sig ... end
Sourceval create : ?attributes:Rtl_attribute.t Base.list -> ?name:Base.string -> collision_mode:Collision_mode.t -> size:Base.int -> write_ports:Signal.t Write_port.t Base.array -> read_ports:Signal.t Read_port.t Base.array -> Base.unit -> Signal.t Base.array
OCaml

Innovation. Community. Security.