ldi add finished
[calu.git] / cpu / src / decoder_b.vhd
index ab0ee7e075d533ef3482b9a59c2506dd62d6ac34..d1b49c1da4a6e5d4ad6a28ae0aee51b4d2be2b01 100644 (file)
@@ -225,8 +225,8 @@ begin
                        if (instr_s.signext = '1' and instr_s.immediate(11) = '1') then
                                instr_s.immediate(31 downto 16) := (others => '1');
                        end if;
-                       instr_s.immediate(14 downto 0) := instruction(14 downto 0);
-                       instr_s.immediate(WORD_WIDTH-1 downto 15) := (others => '0');
+                       instr_s.immediate(11 downto 0) := instruction(14 downto 3);
+                       instr_s.immediate(WORD_WIDTH-1 downto 12) := (others => '0');
                        instr_s.op_detail(IMM_OPT) := '1';
                end if;
        end if;