Skip to content

Commit 0e7bef0

Browse files
Update Final.tlv
1 parent a8c087e commit 0e7bef0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

codes/Final.tlv

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
//Fetch
4747
// Next PC
4848
$pc[31:0] = (>>1$reset) ? '0 :
49-
(>>3$valid_taken_br) ? >>3$br_tgt_pc :
49+
(>>3$taken_br) ? >>3$br_tgt_pc :
5050
(>>3$valid_load) ? >>3$inc_pc :
5151
(>>3$valid_jump && >>3$is_jal) ? >>3$br_tgt_pc :
5252
(>>3$valid_jump && >>3$is_jalr) ? >>3$jalr_tgt_pc : >>1$inc_pc;

0 commit comments

Comments
 (0)