package gen_pkg is type alu_ops is (NOP, SUB, ADD, MUL, DIV, DONE); end package gen_pkg;