|
cloudFPGA (cF) API
1.0
The documentation of the source code of cloudFPGA (cF)
|
#include <stdio.h>#include <iostream>#include <fstream>#include <string>#include <math.h>#include <hls_stream.h>#include <stdint.h>#include <vector>#include "ap_int.h"Go to the source code of this file.
Classes | |
| struct | DmCmd |
| struct | mmCmd |
| struct | DmSts |
| struct | mmStatus |
| struct | mm_ibtt_status |
Macros | |
| #define | RXMEMBUF 65536 |
| #define | TXMEMBUF 65536 |
| #define RXMEMBUF 65536 |
DDR MEMORY SUB-SYSTEM INTERFACES
Terminology & Conventions (see Xilinx LogiCORE PG022). [DM] stands for AXI Data Mover [DRE] stands for Data Realignment Engine.
Definition at line 53 of file memory_utils.hpp.
| #define TXMEMBUF 65536 |
Definition at line 54 of file memory_utils.hpp.