Hardcaml_xilinx.Cascade_height
Height of BRAM cascades chains. This can be explicitly specified to help vivado meet timing when it is unnecessarily cascading BRAMs.
type t =
| Inferred
| Specified of int
val sexp_of_t : t -> Sexplib0.Sexp.t
val to_xpm_args : t -> int