diff options
| author | bd <bdunahu@operationnull.com> | 2025-04-17 20:52:55 -0400 |
|---|---|---|
| committer | bd <bdunahu@operationnull.com> | 2025-04-17 20:52:55 -0400 |
| commit | 496a08fbfafb8399c9addaf2501262fee228ffd6 (patch) | |
| tree | 3e87aed03b50673c8e8c53dba98a45f32f979f48 /inc/stage.h | |
| parent | 025cdd8e174fcf1a229355ecaf63861ac388fa63 (diff) | |
| parent | 984ce6eef2e439955ff991f90c2b654be7c6c3f3 (diff) | |
Merge remote-tracking branch 'origin/bdunahu' into dev-sid
Diffstat (limited to 'inc/stage.h')
| -rw-r--r-- | inc/stage.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/inc/stage.h b/inc/stage.h index 1cedac6..996c21c 100644 --- a/inc/stage.h +++ b/inc/stage.h @@ -119,6 +119,11 @@ class Stage */ static bool is_pipelined; /** + * A flag which tells fetch when the pipe is empty. Only used when the pipe + * is turned off. + */ + static bool is_empty; + /** * The current clock cycle. */ static int clock_cycle; @@ -134,7 +139,6 @@ class Stage * The current status of this stage. */ Response status; - }; #endif /* STAGE_H_INCLUDED */ |
