forked from Github_Repos/cvw
Fixed grammar on two comments in bpred.sv
This commit is contained in:
parent
68a70ed8ff
commit
8c8a7daec2
@ -116,7 +116,7 @@ module bpred
|
||||
|
||||
// this predictor will have two pieces of data,
|
||||
// 1) A direction (1 = Taken, 0 = Not Taken)
|
||||
// 2) Any information which is necessary for the predictor to built it's next state.
|
||||
// 2) Any information which is necessary for the predictor to build its next state.
|
||||
// For a 2 bit table this is the prediction count.
|
||||
|
||||
assign SelBPPredF = ((BPInstrClassF[0] & BPPredF[1] & BTBValidF) |
|
||||
|
Loading…
Reference in New Issue
Block a user