cloudFPGA (cF) API  1.0
The documentation of the source code of cloudFPGA (cF)
memory_utils.hpp File Reference
#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"
Include dependency graph for memory_utils.hpp:

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
 

Macro Definition Documentation

◆ RXMEMBUF

#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.

◆ TXMEMBUF

#define TXMEMBUF   65536

Definition at line 54 of file memory_utils.hpp.