summaryrefslogtreecommitdiff
path: root/src/sim/wb.cc
diff options
context:
space:
mode:
authorbd <bdunahu@operationnull.com>2025-04-22 20:49:26 -0400
committerbd <bdunahu@operationnull.com>2025-04-22 20:49:26 -0400
commit95d09e12792cf5ececd32b8dc84f2cd090c496ef (patch)
tree8660a5fba2e60df5d34712383d727ad46809307d /src/sim/wb.cc
parent1bbc5b157e16dae032b5e44a7dcf009766eb9ca5 (diff)
Remove the accessor object
Diffstat (limited to 'src/sim/wb.cc')
-rw-r--r--src/sim/wb.cc3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/sim/wb.cc b/src/sim/wb.cc
index 0348b51..55591b6 100644
--- a/src/sim/wb.cc
+++ b/src/sim/wb.cc
@@ -16,15 +16,12 @@
// along with this program. If not, see <https://www.gnu.org/licenses/>.
#include "wb.h"
-#include "accessor.h"
#include "instrDTO.h"
#include "response.h"
#include "stage.h"
#include <array>
#include <algorithm>
-WB::WB(Stage *stage) : Stage(stage) { this->id = WRITE; }
-
void WB::advance_helper()
{
if (this->curr_instr->get_mnemonic() != NOP &&