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/pipe_spec.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'inc/pipe_spec.h') 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