Commit 55a63c0743bea32c6724224eb77c4039299177c8

Authored by zinsser
1 parent 8d8279a3ff

Fixed a syntax error.

Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff

mips_cpu/mips_core/branch_controller.sv View file @ 55a63c0
... ... @@ -30,7 +30,7 @@
30 30  
31 31 .i_req_valid (request_prediction),
32 32 .i_req_pc (dec_pc.pc),
33   - .i_req_target (dec_branch_decoded.target)
  33 + .i_req_target (dec_branch_decoded.target),
34 34 .o_req_prediction(dec_branch_decoded.prediction),
35 35  
36 36 .i_fb_valid (ex_branch_result.valid),