PandA-2024.02
|
#include "ap_int.h"
#include <algorithm>
Go to the source code of this file.
Macros | |
#define | SIMULATION 1 |
Functions | |
void | gcd (ap_int< 11 > *x_fifo, ap_int< 11 > *y_fifo, ap_int< 11 > *res) |
#define SIMULATION 1 |
Definition at line 3 of file ap_example.cpp.
Referenced by gcd().
void gcd | ( | ap_int< 11 > * | x_fifo, |
ap_int< 11 > * | y_fifo, | ||
ap_int< 11 > * | res | ||
) |
Definition at line 7 of file ap_example.cpp.
References SIMULATION, and x.