package hardcaml_xilinx

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

Height of BRAM cascades chains. This can be explicitly specified to help vivado meet timing when it is unnecessarily cascading BRAMs.

type t =
  1. | Inferred
  2. | Specified of int
val sexp_of_t : t -> Sexplib0.Sexp.t
val to_xpm_args : t -> int