From: Markus Hofstätter Date: Sat, 11 Dec 2010 10:47:05 +0000 (+0100) Subject: another typo X-Git-Tag: bootrom_v1~92 X-Git-Url: http://wien.tomnetworks.com/gitweb/?p=calu.git;a=commitdiff_plain;h=023418808afb411268c084fbed0de10838144063 another typo --- 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