OpenCores
URL https://opencores.org/ocsvn/plasma/plasma/trunk

Subversion Repositories plasma

[/] [plasma/] [tags/] [V3_0/] [vhdl/] [shifter.vhd] - Diff between revs 2 and 7

Go to most recent revision | Show entire file | Details | Blame | View Log

Rev 2 Rev 7
Line 94... Line 94...
      else
      else
         shift16 := shift8;
         shift16 := shift8;
      end if;
      end if;
   end if;  --shift_dir
   end if;  --shift_dir
   if shift_func = shift_nothing then
   if shift_func = shift_nothing then
--      c_shift <= "ZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZ";
 
      c_shift <= ZERO;
      c_shift <= ZERO;
   else
   else
      c_shift <= shift16;
      c_shift <= shift16;
   end if;
   end if;
end process;
end process;

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.