We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0e7bef0 + d555e34 commit 67dcde9Copy full SHA for 67dcde9
FPGA_Implementation/mythcore_test.tlv
@@ -42,7 +42,7 @@
42
//Fetch
43
// Next PC
44
$pc[31:0] = (>>1$reset) ? '0 :
45
- (>>3$taken_br) ? >>3$br_tgt_pc :
+ (>>3$valid_taken_br) ? >>3$br_tgt_pc :
46
(>>3$valid_load) ? >>3$inc_pc :
47
(>>3$valid_jump && >>3$is_jal) ? >>3$br_tgt_pc :
48
(>>3$valid_jump && >>3$is_jalr) ? >>3$jalr_tgt_pc : >>1$inc_pc;
codes/Final.tlv
@@ -46,7 +46,7 @@
49
50
51
52
0 commit comments