Added: LDST_OP
[calu.git] / cpu / src / common_pkg.vhd
index afb729434501c09a9ae8ba144025b9de30362315..ba8d1a63da30d2cf79c14ca77f82a5afd39608b1 100755 (executable)
@@ -58,7 +58,7 @@ package common_pkg is
        constant NO_PSW_OPT : integer := 4;--no sharing
        constant NO_DST_OPT : integer := 5; --no sharing
        
-       type op_info_t is (ADDSUB_OP,AND_OP,OR_OP, XOR_OP,SHIFT_OP);
+       type op_info_t is (ADDSUB_OP,AND_OP,OR_OP, XOR_OP,SHIFT_OP, LDST_OP);
        subtype op_opt_t is std_logic_vector(NUM_OP_OPT_WIDTH-1 downto 0);