Forum Discussion
Altera_Forum
Honored Contributor
15 years agoYes switch to numeric_std, and use:
- signed signals when information is signed - unsigned signals when information is unsigned - std_logic when information is just a bunch of bits. It makes the code easier to understand.