Skip to content

Commit

Permalink
Merge pull request #7 from JonasAlaif/master
Browse files Browse the repository at this point in the history
Fix incorrect counter returned by RenameStage
  • Loading branch information
sizhuo-zhang authored Jul 3, 2020
2 parents 66be393 + 8bb74a3 commit 4d84c7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion procs/RV64G_OOO/RenameStage.bsv
Original file line number Diff line number Diff line change
Expand Up @@ -954,7 +954,7 @@ module mkRenameStage#(RenameInput inIfc)(RenameStage);
SupRenameCnt: supRenameCnt;
`ifdef SECURITY
SpecNoneCycles: specNoneCycles;
SpecNonMemCycles: specNoneCycles;
SpecNonMemCycles: specNonMemCycles;
`endif
`endif
default: 0;
Expand Down

0 comments on commit 4d84c7c

Please sign in to comment.