diff options
Diffstat (limited to 'inc/pipe_spec.h')
-rw-r--r-- | inc/pipe_spec.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/inc/pipe_spec.h b/inc/pipe_spec.h index d8153af..ad8a7fc 100644 --- a/inc/pipe_spec.h +++ b/inc/pipe_spec.h @@ -73,12 +73,12 @@ /** * The delay on DRAM objects. */ -#define DRAM_DELAY 10 +#define DRAM_DELAY 100 /** - * The (base) on cache objects. + * The difference in delays between two adjacent cache levels. */ -#define CACHE_DELAY 1 +#define CACHE_DELAY_SCALE 1 #define VECTOR_MEM_DELAY 10 |