DLX-Microprocessor / DLX_vhd / 000-globals.vhd
000-globals.vhd
Raw
library ieee;
use ieee.std_logic_1164.all;

package myTypes is

	type aluOp is (
		NOP, ADDS, LLS, LRS --- to be completed
			);

end myTypes;