From 2416cce2eec7ecdf0587896620806c465747eada Mon Sep 17 00:00:00 2001 From: bd Date: Sat, 22 Mar 2025 14:19:10 -0400 Subject: Add controller.h, implementation and tests. --- inc/dram.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'inc/dram.h') diff --git a/inc/dram.h b/inc/dram.h index e6db633..f4d175e 100644 --- a/inc/dram.h +++ b/inc/dram.h @@ -9,8 +9,6 @@ class Dram : public Storage public: /** * Constructor. - * @param The number of `lines` contained in memory. The total number of - * 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