FLAMES 0.1.0
Matrix-Empowered HLS Library
mat-vec-multiplication-traditional.cpp File Reference
#include <ap_int.h>
#include <cstddef>
Include dependency graph for mat-vec-multiplication-traditional.cpp:

Typedefs

using dtype = ap_int< 8 >
 

Functions

void top (dtype A[4][4], dtype b[4], dtype c[4])
 
int main ()
 

Typedef Documentation

◆ dtype

using dtype = ap_int<8>

Function Documentation

◆ main()

int main ( )
Here is the call graph for this function:

◆ top()

void top ( dtype  A[4][4],
dtype  b[4],
dtype  c[4] 
)
Here is the caller graph for this function: