Forum Discussion
Altera_Forum
Honored Contributor
13 years agoDealing with single bit unsigned types
Hi guys, I started out using std_logic and std_logic_vectors but whenever I would look up things about converting those to integers and back, everything I read said to use numeric_std's unsigned and ...
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.