Another piece of code that new digital designer often misuse is looping statements, such as while, for and repeat. Loops in synthesizable code cannot actually be used the same way that you might see them in a software language. Loops do not behave the same way in hardware as in software.
What every software programmer needs to understand about hardware design
- Serial vs Parallel Logic
- For Loops
- Execution of Code is Immediate
'Semiconductor > ASIC & FPGA' 카테고리의 다른 글
What is a FPGA Latch? (0) | 2020.10.21 |
---|---|
What is a FIFO in an FPGA? (0) | 2020.10.21 |
Synthesizable vs Non-Synthesizable code (0) | 2020.10.18 |
How Flip-Flops work in FPGAs? (0) | 2020.10.18 |
Look-up Tables( LUTs) (0) | 2020.10.18 |