summaryrefslogtreecommitdiff
path: root/inc
diff options
context:
space:
mode:
Diffstat (limited to 'inc')
-rw-r--r--inc/id.h1
-rw-r--r--inc/pipe_spec.h5
2 files changed, 5 insertions, 1 deletions
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
@@ -40,6 +40,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
*/
#define TYPE_SIZE 2