fahum
Junior Member level 2
- Joined
- Jun 19, 2012
- Messages
- 20
- Helped
- 0
- Reputation
- 0
- Reaction score
- 0
- Trophy points
- 1,281
- Activity points
- 1,416
why do we use barrel shifter when we can simply shift the data using wire shift ? like this in VHDL :
B <= A(31 downto 0 ) & Zeros (31 downto 0) ;
B <= A(31 downto 0 ) & Zeros (31 downto 0) ;