From 023418808afb411268c084fbed0de10838144063 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Markus=20Hofst=C3=A4tter?= Date: Sat, 11 Dec 2010 11:47:05 +0100 Subject: [PATCH] another typo --- cpu/src/extension_b.vhd | 4 ++-- cpu/src/r_w_ram_b.vhd | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/cpu/src/extension_b.vhd b/cpu/src/extension_b.vhd index 8ffb46a..46decaf 100644 --- a/cpu/src/extension_b.vhd +++ b/cpu/src/extension_b.vhd @@ -33,8 +33,8 @@ end process syn; asyn : process (clk, reset, reg, psw_nxt, ext_reg, pwr_en, pinc, paddr) variable reg_nxt_v : gpm_internal; - variable incb : gp_register_t; - variable sel_pval : std_logic_vector(reg.preg(0)'range); + variable incb : ext_addr_t; + variable sel_pval : ext_addr_t; variable data_out_v : gp_register_t; variable data_v : gp_register_t; diff --git a/cpu/src/r_w_ram_b.vhd b/cpu/src/r_w_ram_b.vhd index 16b44a4..694194f 100644 --- a/cpu/src/r_w_ram_b.vhd +++ b/cpu/src/r_w_ram_b.vhd @@ -23,7 +23,7 @@ architecture behaviour of r_w_ram is 6 => "11100001000000000000000000001000", -- r0 = r0 + 1 7 => "11101100100000000000000000011000", -- cmpi r0 , 2 - 8 => "00001011011111111111110010000011", -- jump -7 + 8 => "00001011011111111111110010000111", -- jump -7 9 => "11101011000000000000000010000010", -- jump +1 --10 => "11101011000000000000000010000010", -- jump +1 -- 2.25.1