|
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"#include "simulation_utils.hpp"Go to the source code of this file.
Functions | |
| void | printAxiWord (const char *callerName, AxisRaw chunk) |
| Prints one chunk of a data stream (used for debugging). More... | |
| void | printAxiWord (const char *callerName, NetworkWord chunk) |
| void printAxiWord | ( | const char * | callerName, |
| AxisRaw | chunk | ||
| ) |
Prints one chunk of a data stream (used for debugging).
| [in] | callerName,the | name of the caller process (e.g. "Tle"). |
| [in] | chunk,the | data stream chunk to display. |
Definition at line 52 of file simulation_utils.cpp.
| void printAxiWord | ( | const char * | callerName, |
| NetworkWord | chunk | ||
| ) |
Definition at line 58 of file simulation_utils.cpp.