Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 1.28 KB

MMIO.md

File metadata and controls

28 lines (17 loc) · 1.28 KB

Memory Mapped IO (MMIO)

This document describes the design of the Memory Mapped IO (MMIO) sub-system used by the cloudFPGA platform.

Overview

A block diagram of MMIO is depicted in Figure [TODO-Under construction]. It features a ...

HLS Coding Style and Naming Conventions

The design of MEM uses some specific HDL and HLS naming rules to ease the description and the understanding of its architecture. Please consider reading the two documents HDL coding style and naming conventions and HLS coding style and naming conventions before diving into the code or starting to contribute to this part of the cloudFPGA project.

List of Components

The following table lists the sub-components of MMIO and provides a link to their documentation as well as their architecture body.

Entity Description Architecture
TODO Under construction Todo
TODO Under construction Todo
TODO Under construction Todo