Use less wierd default value.

This commit is contained in:
Jonathan Woodruff
2021-10-07 16:16:27 +00:00
parent fe9e000f43
commit 520b09a6ed

View File

@@ -746,7 +746,7 @@ module mkFetchStage(FetchStage);
end
end else if (!isValid(nextPc)) begin
// A Jr will jump; if we don't have a record, we should wait to prevent wasted work.
nextPc = Valid (-1); // Dummy value to prevent progress.
nextPc = Valid (0); // Dummy value to prevent progress.
end
end