diff options
author | bd <bdunahu@operationnull.com> | 2025-03-22 14:19:10 -0400 |
---|---|---|
committer | bd <bdunahu@operationnull.com> | 2025-03-22 14:19:10 -0400 |
commit | 28f9c5e13d77ba1f160d83373144b691da75d7e2 (patch) | |
tree | 46354fd0a39db5cb512974aa79949bf72c8be8d0 /inc/dram.h | |
parent | 4bad9ab29a5fa6c442a257974beb7daeaf91f046 (diff) |
Add controller.h, implementation and tests.
Diffstat (limited to 'inc/dram.h')
-rw-r--r-- | inc/dram.h | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -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. */ |