fanwel
Full Member level 3
Hi all,
I want to have a shifter to shift the last two values of my input into the left (MSB) as the output.
For example, input: f=( 2,1,0,9,3) then the output will be y=(9,3,2,1,0).
It is possible I write this operation in VHDL?
Hope for your advise. Thank You
I want to have a shifter to shift the last two values of my input into the left (MSB) as the output.
For example, input: f=( 2,1,0,9,3) then the output will be y=(9,3,2,1,0).
It is possible I write this operation in VHDL?
Hope for your advise. Thank You