Open Liyang131313 opened 5 years ago
Why does pupino not need to wait for fetching in the case of branch prediction misses, but can fetch instructions directly.
assign PCCR_in[4] = imiss_i & (~pc_set_i); // cycles waiting for instruction fetches, excluding jumps and branches
input logic pc_set_i, // pc was set to a new value
Why does pupino not need to wait for fetching in the case of branch prediction misses, but can fetch instructions directly.
assign PCCR_in[4] = imiss_i & (~pc_set_i);
// cycles waiting for instruction fetches, excluding jumps and branches
input logic pc_set_i, // pc was set to a new value