Altera_Forum
Honored Contributor
11 years agoGood/bad practice wires vs registers.
I was wondering from what perspective it makes sense to do one or the other..
For convenience it would make sense to have overhead variables stored for different global settings, that would be stored in a register and have wires going to various macros in need of the value. Afaik this would be low on memory blocks and convenient. But how does this relate to overall build quality? And does having the values stored close to the source multiple times have advantages over the other?