diff options
author | bd <bdunaisky@umass.edu> | 2025-04-18 00:58:40 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-04-18 00:58:40 +0000 |
commit | 480181957b3f3dbcf7731023504c2cacc8d181ea (patch) | |
tree | e936781b52c6846d87c98381ed47bc7da7c43bff /src/sim/stage.cc | |
parent | 62b9e280d5d0222710e491dcd28fe26bea915dcd (diff) | |
parent | 984ce6eef2e439955ff991f90c2b654be7c6c3f3 (diff) |
Merge pull request #54 from bdunahu/bdunahu
The pipeline says some things and there are numbers
Diffstat (limited to 'src/sim/stage.cc')
-rw-r--r-- | src/sim/stage.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/sim/stage.cc b/src/sim/stage.cc index 7df1dba..9528e4b 100644 --- a/src/sim/stage.cc +++ b/src/sim/stage.cc @@ -17,6 +17,7 @@ std::deque<signed int> Stage::checked_out; unsigned int Stage::pc; Storage *Stage::storage; bool Stage::is_pipelined; +bool Stage::is_empty; int Stage::clock_cycle; bool Stage::get_condition(CC c) { return (this->gprs[3] >> c) & 1; } |