MicrochipTech / fpga-hls-examples

Open-Source HLS Examples for Microchip FPGAs
MIT License
37 stars 7 forks source link

Fix Typo in FIFO Diagram #83

Closed hassan-elsheikha closed 2 months ago

hassan-elsheikha commented 2 months ago

Before we had this image in the context of the Sobel Tutorial (see here)

image

Clearly there is a typo in the bottom-left FIFO, since it's not connected to any kernels. Edited this to become

image51