...
Until now, we have been using IP cores that were already provided for us. Now we will see how to use a hardware description a high-level synthesis language to create our own. The tool we will use is called Vivado HLS, henceforth HLS (High-Level Synthesis). HLS takes C and C++ descriptions and converts them into a custom hardware IP core that we can use inside our Vivado projects.
...