Forum Discussion
Altera_Forum
Honored Contributor
13 years agotheres nothing wrong with using std_logic and std_logic_vectors. Clocks and resets and busses of bits that are not numbers should use them (or any other single bit signals). An unsigned is just an array of std_logic anyway.
Unsigned should be used when you need to do arithmatic.