Forum Discussion
Altera_Forum
Honored Contributor
8 years ago --- Quote Start --- Hi Tricky, thank you for your reply. I have seen some code examples where the signals in sensitivity list are written without any edge statements. Such code can be synthesized ? Why quartus doesn't raise any error if such implementation is not compatible with FPGAs? --- Quote End --- Thats because those blocks will describe assignments for the variables in ALL paths through the block (ie. assigned in all ifs and else), so no latches are created.