FLAMES 0.1.0
Matrix-Empowered HLS Library
|
#include "flames/flames.hpp"
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 () |
A hello world top function returning the sum of two vectors.
a | Input vector 1. |
b | Input vector 2. |
int main | ( | ) |