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

Subversion Repositories plasma

[/] [plasma/] [trunk/] [vhdl/] [control.vhd] - Diff between revs 370 and 374

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

Rev 370 Rev 374
Line 134... Line 134...
 
 
      when "010000" =>   --MFHI  r[rd]=s->hi;
      when "010000" =>   --MFHI  r[rd]=s->hi;
         c_source := C_FROM_MULT;
         c_source := C_FROM_MULT;
         mult_function := MULT_READ_HI;
         mult_function := MULT_READ_HI;
 
 
      when "010001" =>   --FTHI  s->hi=r[rs];
      when "010001" =>   --MTHI  s->hi=r[rs];
         mult_function := MULT_WRITE_HI;
         mult_function := MULT_WRITE_HI;
 
 
      when "010010" =>   --MFLO  r[rd]=s->lo;
      when "010010" =>   --MFLO  r[rd]=s->lo;
         c_source := C_FROM_MULT;
         c_source := C_FROM_MULT;
         mult_function := MULT_READ_LO;
         mult_function := MULT_READ_LO;
Line 478... Line 478...
 
 
end process;
end process;
 
 
end; --logic
end; --logic
 
 
 No newline at end of file
 No newline at end of file
 
 
 No newline at end of file
 No newline at end of file

powered by: WebSVN 2.1.0

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