In general, it is recommended to avoid heavily nested "if" conditionals and long sequences of "if/else if/else if/…" conditionals. These can increase the design latency and buffering/pipelining resources.
In general, it is recommended to avoid heavily nested "if" conditionals and long sequences of "if/else if/else if/…" conditionals. These can increase the design latency and buffering/pipelining resources.