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

Subversion Repositories plasma

[/] [plasma/] [trunk/] [vhdl/] [control.vhd] - Diff between revs 71 and 84

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

Rev 71 Rev 84
Line 42... Line 42...
        mem_source_out:out mem_source_type);
        mem_source_out:out mem_source_type);
end; --entity control
end; --entity control
 
 
architecture logic of control is
architecture logic of control is
--   type alu_function_type is (alu_nothing, alu_add, alu_subtract, 
--   type alu_function_type is (alu_nothing, alu_add, alu_subtract, 
--      alu_less_than, alu_less_than_signed, alu_equal, alu_not_equal,
--      alu_less_than, alu_less_than_signed, 
--      alu_ltz, alu_lez, alu_eqz, alu_nez, alu_gez, alu_gtz,
 
--      alu_or, alu_and, alu_xor, alu_nor);
--      alu_or, alu_and, alu_xor, alu_nor);
--   type shift_function_type is (
--   type shift_function_type is (
--      shift_nothing, shift_left_unsigned,  
--      shift_nothing, shift_left_unsigned,  
--      shift_right_signed, shift_right_unsigned);
--      shift_right_signed, shift_right_unsigned);
--   type mult_function_type is (
--   type mult_function_type is (

powered by: WebSVN 2.1.0

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