static branch incl prediction rc1
[calu.git] / cpu / src / common_pkg.vhd
index 03e61cd8c39c07cfa79967462c103d42d80fd625..23791653dacc5a17bebf2f18faf9ae34a4bdfcd3 100755 (executable)
@@ -34,6 +34,7 @@ package common_pkg is
        
        subtype instruction_word_t is std_logic_vector(WORD_WIDTH-1 downto 0);
        subtype instruction_addr_t is std_logic_vector(INSTR_ADDR_WIDTH-1 downto 0);
+       subtype instr_addr_t is instruction_addr_t;
        
        subtype gp_addr_t       is std_logic_vector(REG_ADDR_WIDTH-1 downto 0);
        subtype data_ram_word_t is std_logic_vector(WORD_WIDTH-1 downto 0);