X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=cpu%2Fsrc%2Fdecoder_b.vhd;fp=cpu%2Fsrc%2Fdecoder_b.vhd;h=8f97d9fdfdc49aff7fb0e292eaa86d2ddc03c5c4;hb=a695f86468fef6300ad69a97b128d3e358f38854;hp=11d2e3b66738ad001c7ebe4d9dba8b9be0f2113d;hpb=b9778f6feb7109647a067796939a985572ed0ee3;p=calu.git 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