irfanraina1@123
Newbie
- Joined
- Feb 27, 2024
- Messages
- 1
- Helped
- 0
- Reputation
- 0
- Reaction score
- 0
- Trophy points
- 1
- Activity points
- 9
How to use concatenation operator in VHDL for shifting without using any function?
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
result <= vect(5 downto 0) & “00”; — shift left 2 bits.