Skip to content

Commit

Permalink
[decode] vset_stats
Browse files Browse the repository at this point in the history
  • Loading branch information
orion160 committed Nov 17, 2024
1 parent bf1c52b commit 66867b6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion core/Decode.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ namespace olympia
}
else if (uid == MAVIS_UID_VSETVLI || uid == MAVIS_UID_VSETVL)
{
vset_blocking_count_++;
++vset_blocking_count_;

vset_block_start_ = getClock()->currentCycle();
// block for vsetvl or vsetvli when rs1 of vsetvli is NOT 0
Expand Down
1 change: 0 additions & 1 deletion core/Decode.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
#include "sparta/simulation/TreeNode.hpp"
#include "sparta/simulation/ParameterSet.hpp"

#include <cstdint>
#include <limits>
#include <map>
#include <memory>
Expand Down

0 comments on commit 66867b6

Please sign in to comment.