From 7a6e1d2b572a75fc0494eed8219bcd714615264b Mon Sep 17 00:00:00 2001 From: =?utf8?q?Markus=20Hofst=C3=A4tter?= Date: Mon, 29 Nov 2010 14:39:58 +0100 Subject: [PATCH] Added: LDST_OP --- cpu/src/common_pkg.vhd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cpu/src/common_pkg.vhd b/cpu/src/common_pkg.vhd index afb7294..ba8d1a6 100755 --- a/cpu/src/common_pkg.vhd +++ b/cpu/src/common_pkg.vhd @@ -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); -- 2.25.1