FLAMES 0.1.0
Matrix-Empowered HLS Library
Loading...
Searching...
No Matches
hello-world.cpp File Reference
#include "flames/flames.hpp"
Include dependency graph for hello-world.cpp:

Typedefs

using V = Vec<int, 2>
 

Functions

V helloWorld (const V &a, const V &b)
 A hello world top function returning the sum of two vectors.
 
int main ()
 

Typedef Documentation

◆ V

using V = Vec<int, 2>

Function Documentation

◆ helloWorld()

V helloWorld ( const V & a,
const V & b )

A hello world top function returning the sum of two vectors.

Parameters
aInput vector 1.
bInput vector 2.
Returns
(V) The sum vector.
Here is the caller graph for this function:

◆ main()

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