summaryrefslogtreecommitdiff
path: root/inc/id.h
diff options
context:
space:
mode:
authorbd <bdunaisky@umass.edu>2025-04-16 15:56:32 +0000
committerGitHub <noreply@github.com>2025-04-16 15:56:32 +0000
commitb778ccc3e7c2f2ac3c4892a87f5269f342fd895f (patch)
tree481b94886edf89f3bf08d06b96092298d1cdbf8c /inc/id.h
parent561f7a6e6c24b05383b6db86b48125ee80a8355f (diff)
parentf9e5214e87a935e1311b886e44bdfe1f8bfbdf56 (diff)
Merge pull request #51 from bdunahu/dev-sid
[WIP] Added pipeline to GUI
Diffstat (limited to 'inc/id.h')
-rw-r--r--inc/id.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/inc/id.h b/inc/id.h
index fd8c874..db22d7d 100644
--- a/inc/id.h
+++ b/inc/id.h
@@ -38,6 +38,8 @@ class ID : public Stage
*/
void write_guard(signed int &r);
+ std::vector<int> stage_info() override;
+
private:
void advance_helper() override;
/**