static branch - getestet, 58MHz lt quartus
[calu.git] / cpu / src / decode_stage_b.vhd
index dc5e389b7527bf11aad11cbd5580728b0a08669a..60cc287c509d231900a6aaad0ccaa16a4e3f9d6a 100644 (file)
@@ -109,7 +109,7 @@ end process;
 
 
 -- fills output register
-to_next: process(instr_spl)
+to_next: process(instr_spl, prog_cnt)
 
 begin
        dec_op_inst_nxt.condition <= instr_spl.predicates;
@@ -180,7 +180,7 @@ end process;
 
 
 -- async process: calculates branch prediction
-br_pred: process(instr_spl)
+br_pred: process(instr_spl, prog_cnt)
 
 begin