package hardcaml_xilinx

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

Source file ram_port.ml

1
2
3
4
5
6
7
8
9
10
open! Base
open! Hardcaml

type 'a t =
  { address : 'a
  ; data : 'a
  ; read_enable : 'a
  ; write_enable : 'a
  }
[@@deriving sexp_of, hardcaml]