From d4e3a7a3b1cff6885978093d5cc125e38cc397b3 Mon Sep 17 00:00:00 2001 From: bd Date: Tue, 1 Apr 2025 22:06:42 -0400 Subject: Finish adding initial tests for full pipeline --- inc/stage.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'inc/stage.h') diff --git a/inc/stage.h b/inc/stage.h index 20f0191..51ab667 100644 --- a/inc/stage.h +++ b/inc/stage.h @@ -54,11 +54,6 @@ class Stage */ void set_condition(CC c, bool v); - /** - * Sets the value of the PC register. - */ - void set_pc(unsigned int pc); - /** * Squashes the pipeline. */ -- cgit v1.2.3