From a695f86468fef6300ad69a97b128d3e358f38854 Mon Sep 17 00:00:00 2001 From: Stefan Rebernig Date: Mon, 29 Nov 2010 15:42:08 +0100 Subject: [PATCH] stw.2 --- cpu/src/decoder_b.vhd | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cpu/src/decoder_b.vhd b/cpu/src/decoder_b.vhd index 11d2e3b..8f97d9f 100644 --- a/cpu/src/decoder_b.vhd +++ b/cpu/src/decoder_b.vhd @@ -263,6 +263,8 @@ begin instr_s.reg_src2_addr := instruction(22 downto 19); -- register value instr_s.reg_src1_addr := instruction(18 downto 15); -- mem addr instr_s.displacement(14 downto 0) := instruction(14 downto 0); + instr_s.op_detail(NO_PSW_OPT) := '1'; + instr_s.op_group := LDST_OP; end if; -- when "10001" => --sth -- 2.25.1