package hardcaml_xilinx

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

Module Hardcaml_xilinx.Byte_write_widthSource

Sourcetype t =
  1. | B8
    (*

    byte width of 8 bits

    *)
  2. | B9
    (*

    byte width of 9 bits

    *)
  3. | Full
    (*

    byte width of size of the write data bus

    *)