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 /inc/stage.h | |
| 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 '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 */ | 
