From 74b24d15eb1fe48a8e221a0bc061107d6b85d659 Mon Sep 17 00:00:00 2001 From: bd Date: Tue, 22 Apr 2025 21:28:21 -0400 Subject: Add definition for size of vector register --- inc/id.h | 1 - inc/pipe_spec.h | 5 +++++ 2 files changed, 5 insertions(+), 1 deletion(-) (limited to 'inc') diff --git a/inc/id.h b/inc/id.h index a10ad49..dabf206 100644 --- a/inc/id.h +++ b/inc/id.h @@ -25,7 +25,6 @@ class ID : public Stage { public: - ID(Stage *next); using Stage::Stage; using Stage::advance; diff --git a/inc/pipe_spec.h b/inc/pipe_spec.h index 0433f23..7d65637 100644 --- a/inc/pipe_spec.h +++ b/inc/pipe_spec.h @@ -39,6 +39,11 @@ */ #define V_NUM 8 +/** + * The size, in 32-bit integers, of a vector register. + */ +#define V_R_LIMIT 8 + /** * The number of bits to specify an instruction type */ -- cgit v1.2.3