summaryrefslogtreecommitdiff
path: root/inc/dram.h
diff options
context:
space:
mode:
authorSiddarth Suresh <155843085+SiddarthSuresh98@users.noreply.github.com>2025-03-21 14:21:06 -0400
committerGitHub <noreply@github.com>2025-03-21 14:21:06 -0400
commitb2dbd9fa44f57bfa7b67f828ed8b354f4af3a0b6 (patch)
treeffd8e0bd2b112180251804a096f601f745f9af1b /inc/dram.h
parent1b01b557e76f8643964e5c367c072ab7778036f6 (diff)
parent5845ad71d78d310322046906ee4c8e91d007d57e (diff)
Merge pull request #27 from bdunahu/bdunahu
Make memory simulator an optional command, switch to test fixtures Changes look good
Diffstat (limited to 'inc/dram.h')
-rw-r--r--inc/dram.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/inc/dram.h b/inc/dram.h
index 2771c3e..c7f927a 100644
--- a/inc/dram.h
+++ b/inc/dram.h
@@ -14,7 +14,7 @@ class Dram : public Storage
* @param The number of clock cycles each access takes.
* @return A new memory object.
*/
- Dram(int lines, int delay);
+ Dram(int delay);
~Dram();
Response