summaryrefslogtreecommitdiff
path: root/inc/pipe_spec.h
diff options
context:
space:
mode:
authorbd <bdunaisky@umass.edu>2025-04-21 20:01:34 +0000
committerGitHub <noreply@github.com>2025-04-21 20:01:34 +0000
commit282e2644ef0470133184fdf9900cf2565ec5332b (patch)
tree43238110a03ce678f1a68b0b4175ae023527b070 /inc/pipe_spec.h
parent4a19129e8499bc187ef6e296e050cc8a20bcc2d3 (diff)
parentd933a0405b7a7dff3cf05839ac99d120cafa4d75 (diff)
Merge pull request #56 from bdunahu/dev-sid
Dev sid
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 1fa7661..0433f23 100644
--- a/inc/pipe_spec.h
+++ b/inc/pipe_spec.h
@@ -66,6 +66,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