library ieee; use ieee.std_logic_1164.all; package myTypes is type aluOp is ( NOP, ADDS, LLS, LRS --- to be completed ); end myTypes;