fpga-hls-examples icon indicating copy to clipboard operation
fpga-hls-examples copied to clipboard

Open-Source HLS Examples for Microchip FPGAs

Results 11 fpga-hls-examples issues
Sort by recently updated
recently updated
newest added

Previously, loop was written as ```c++ for (int I = 0; i < ... ``` This was changed to correct the uppercase loop variable, ```c++ for (int i = 0;...

Add a demo design for ECC features. Included files: - Only the generated output file, the static RTL files and the license file of the UART interface generator. - `SmartHLS_Project`...

**CHANGES:** - Changed the .bat scripts to .ps1 scripts - Changed where we get the precompiled software libraries from (instead of downloading them from the internet, copying them from the...

Fixed README typos found by @RyanErlerMCHP

Made the following changes: - Included setup and teardown time in main.non-blocking.cpp - Added -O3 in Makefile.user so that the default behaviour is similar to what is shown in Training...

Updated the Libero IP core versions for Training 1 - 3 and verified the updates by running the updated libero_flow.tcl with the latest libero capture.

For those that download the source instead of cloning, ensured that relevant commands cd into the source folder before performing any steps