FLAMES 0.1.0
Matrix-Empowered HLS Library
task-level-pipelining.cpp File Reference
#include "flames/flames.hpp"
Include dependency graph for task-level-pipelining.cpp:

Typedefs

using dtype = FxP< 6, 2 >
 
using M = Mat< dtype, 4, 4 >
 
using V = Vec< dtype, 4 >
 

Functions

void main_task (const M &A, const V &b, V &c)
 
void top (const M &A1, const M &A2, const M &A3, const V &b, V &c)
 
int main ()
 

Typedef Documentation

◆ dtype

using dtype = FxP<6, 2>

◆ 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:

◆ main_task()

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

◆ top()

void top ( const M A1,
const M A2,
const M A3,
const V b,
V c 
)
Here is the call graph for this function:
Here is the caller graph for this function: