summaryrefslogtreecommitdiff
path: root/inc/dram.h
diff options
context:
space:
mode:
authorbd <bdunahu@operationnull.com>2025-03-22 14:19:10 -0400
committerbd <bdunahu@operationnull.com>2025-03-22 14:19:10 -0400
commit2416cce2eec7ecdf0587896620806c465747eada (patch)
treeabcff26473cc45b23a7b9bd501f2974050479efa /inc/dram.h
parentb73f7fbe952494e245c44fdd4b6123bac1b4ec97 (diff)
Add controller.h, implementation and tests.
Diffstat (limited to 'inc/dram.h')
-rw-r--r--inc/dram.h2
1 files changed, 0 insertions, 2 deletions
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.
*/