minor fix -missing condition- --removing vhdl 2008 features

Signed-off-by: alaasal <alaamohsalman@gmail.com>
pull/242/head
alaasal 4 years ago
parent 0f3d464133
commit 7026dd20b6

@ -512,7 +512,7 @@ begin
right_shift <= '0';
end if;

if ( e_in.insn_type = OP_RLC ) then
if ( (e_in.insn_type = OP_RLC) or (e_in.insn_type = OP_RLCR) ) then
rot_clear_left <= '1';
else
rot_clear_left <= '0';

Loading…
Cancel
Save