Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 426 Bytes

FAQ.md

File metadata and controls

21 lines (12 loc) · 426 Bytes

Questions about FPGA

This file tries to document some general practical questions related to implementation. Some are very natual questions when you just moved from CPU world. If you have questions that are not listed here, please create an issue.

How to use FIFOs?

HLS

Vivado

Use FIFO Generator IP.

How to implement locks, or synchronization?

TODO

How to implement atomic numbers?

TODO