cloudFPGA (cF) API
1.0
The documentation of the source code of cloudFPGA (cF)
|
#include <memory_utils.hpp>
Public Member Functions | |
DmCmd () | |
DmCmd (ap_uint< 40 > addr, ap_uint< 16 > len) | |
DmCmd () | |
DmCmd (ap_uint< 40 > addr, ap_uint< 23 > len) | |
DmCmd () | |
DmCmd (ap_uint< 40 > addr, ap_uint< 16 > len) | |
DmCmd () | |
DmCmd (ap_uint< 40 > addr, ap_uint< 16 > len) | |
DmCmd () | |
DmCmd (ap_uint< 40 > addr, ap_uint< 16 > len) | |
DmCmd () | |
DmCmd (ap_uint< 40 > addr, ap_uint< 16 > len) | |
DmCmd () | |
DmCmd (ap_uint< 40 > addr, ap_uint< 16 > len) | |
Public Attributes | |
ap_uint< 23 > | bbt |
ap_uint< 1 > | type |
ap_uint< 6 > | dsa |
ap_uint< 1 > | eof |
ap_uint< 1 > | drr |
ap_uint< 40 > | saddr |
ap_uint< 4 > | tag |
ap_uint< 4 > | rsvd |
ap_uint< 23 > | btt |
Data Mover Command Interface (c.f PG022)
DDR4 - 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 42 of file memory_utils.hpp.
|
inline |
Definition at line 53 of file memory_utils.hpp.
|
inline |
Definition at line 54 of file memory_utils.hpp.
|
inline |
|
inline |
Definition at line 70 of file memory_utils.hpp.
|
inline |
|
inline |
Definition at line 101 of file mem_test_flash.hpp.
|
inline |
|
inline |
Definition at line 116 of file mem_test_flash.hpp.
|
inline |
|
inline |
Definition at line 116 of file mem_test_flash.hpp.
|
inline |
|
inline |
Definition at line 112 of file mem_test_flash.hpp.
|
inline |
ap_uint< 23 > DmCmd::bbt |
Definition at line 45 of file memory_utils.hpp.
ap_uint< 1 > DmCmd::drr |
Definition at line 49 of file memory_utils.hpp.
ap_uint< 6 > DmCmd::dsa |
Definition at line 47 of file memory_utils.hpp.
ap_uint< 1 > DmCmd::eof |
Definition at line 48 of file memory_utils.hpp.
ap_uint< 4 > DmCmd::rsvd |
Definition at line 52 of file memory_utils.hpp.
ap_uint< 40 > DmCmd::saddr |
Definition at line 50 of file memory_utils.hpp.
ap_uint< 4 > DmCmd::tag |
Definition at line 51 of file memory_utils.hpp.
ap_uint< 1 > DmCmd::type |
Definition at line 46 of file memory_utils.hpp.