X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=cpu%2Fsrc%2Fdecoder_b.vhd;fp=cpu%2Fsrc%2Fdecoder_b.vhd;h=606c1952d6c7d75ddeb70e58a9e9d30b20f7c226;hb=64ef7ca2830116409f4c23802a202ab4b1ce5ec8;hp=7425381c64162eede4c65b665c5f70338c67e4a7;hpb=cde0d011bc1b001e7d6bd5b9d3d3678e4cd7e2e7;p=calu.git diff --git a/cpu/src/decoder_b.vhd b/cpu/src/decoder_b.vhd index 7425381..606c195 100644 --- a/cpu/src/decoder_b.vhd +++ b/cpu/src/decoder_b.vhd @@ -278,7 +278,7 @@ begin 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_detail(ST_OPT) := '1'; + instr_s.op_detail(ST_OPT) := '1'; instr_s.op_group := LDST_OP; if (instr_s.displacement(14) = '1') then