Forum Discussion
sstrell
Super Contributor
2 years agoOr stop using latches and use registers instead. Best practice for FPGA designs should be focused on RTL (register transfer level) design. Using latches uses additional resources and makes it difficult to meet timing requirements.