summaryrefslogtreecommitdiff
path: root/inc/pipe_spec.h
diff options
context:
space:
mode:
Diffstat (limited to 'inc/pipe_spec.h')
-rw-r--r--inc/pipe_spec.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/inc/pipe_spec.h b/inc/pipe_spec.h
index d211b72..4f5bc46 100644
--- a/inc/pipe_spec.h
+++ b/inc/pipe_spec.h
@@ -49,6 +49,16 @@
#define MAX_INT 2147483647
/**
+ * The delay on DRAM objects.
+ */
+#define DRAM_DELAY 10
+
+/**
+ * The (base) on cache objects.
+ */
+#define CACHE_DELAY 1
+
+/**
* Return the N least-significant bits from integer K using a bit mask
* @param the integer to be parsed
* @param the number of bits to be parsed