FLAMES 0.1.0
Matrix-Empowered HLS Library
mat-write-col.cpp File Reference
#include "flames/flames.hpp"
Include dependency graph for mat-write-col.cpp:

Typedefs

using dtype = ap_int< 8 >
 
using V = Vec< dtype, 4 >
 
using M = Mat< dtype, 4, 4 >
 

Functions

void top (M &A, const V &b)
 
int main ()
 

Typedef Documentation

◆ dtype

using dtype = ap_int<8>

◆ M

using M = Mat<dtype, 4, 4>

◆ V

using V = Vec<dtype, 4>

Function Documentation

◆ main()

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

◆ top()

void top ( M A,
const V b 
)
Here is the call graph for this function:
Here is the caller graph for this function: