From: Stefan Rebernig Date: Mon, 29 Nov 2010 14:42:08 +0000 (+0100) Subject: stw.2 X-Git-Tag: bootrom_v1~114 X-Git-Url: http://wien.tomnetworks.com/gitweb/?p=calu.git;a=commitdiff_plain;h=a695f86468fef6300ad69a97b128d3e358f38854 stw.2 --- 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