ram: reducing instr- and dataram
[calu.git] / cpu / src / decode_stage.vhd
index 92f7bfcb557b5c693c51a4c7cb0bef1ef00f124f..620a2ccdbf048113e0b4c9b04187b052e19ba816 100644 (file)
@@ -31,7 +31,7 @@ entity decode_stage is
                --Data outputs
 --                     reg1_rd_data : out gp_register_t;
 --                     reg2_rd_data : out gp_register_t;
-                       branch_prediction_res : out instruction_word_t;
+                       branch_prediction_res : out instruction_addr_t;
                        branch_prediction_bit : out std_logic;
 
                        to_next_stage : out dec_op