From 3322aa0845f7fe9cc98aa4e429bd5ecf72a5c27e Mon Sep 17 00:00:00 2001 From: bd Date: Thu, 6 Mar 2025 00:34:35 -0500 Subject: dram write (no delay, no accessor tracking --- inc/dram.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'inc/dram.h') diff --git a/inc/dram.h b/inc/dram.h index 6d33534..c1e86b9 100644 --- a/inc/dram.h +++ b/inc/dram.h @@ -8,7 +8,7 @@ class Dram : public Storage /** * Constructor. * @param The number of `lines` contained in memory. The total number of - * words is this number multiplied by 4. + * words is this number multiplied by LINE_SIZE. * @param The number of clock cycles each access takes. * @return A new memory object. */ -- cgit v1.2.3