diff options
author | bd <bdunaisky@umass.edu> | 2025-04-21 20:01:34 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-04-21 20:01:34 +0000 |
commit | 282e2644ef0470133184fdf9900cf2565ec5332b (patch) | |
tree | 43238110a03ce678f1a68b0b4175ae023527b070 /inc/pipe_spec.h | |
parent | 4a19129e8499bc187ef6e296e050cc8a20bcc2d3 (diff) | |
parent | d933a0405b7a7dff3cf05839ac99d120cafa4d75 (diff) |
Merge pull request #56 from bdunahu/dev-sid
Dev sid
Diffstat (limited to 'inc/pipe_spec.h')
-rw-r--r-- | inc/pipe_spec.h | 10 |
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 |