summaryrefslogtreecommitdiff
path: root/inc/dram.h
diff options
context:
space:
mode:
authorbd <bdunahu@operationnull.com>2025-03-20 19:28:57 -0400
committerbd <bdunahu@operationnull.com>2025-03-20 19:28:57 -0400
commitcf3ac49639bef5082489068e2d92a4d86f42080b (patch)
treeffd8e0bd2b112180251804a096f601f745f9af1b /inc/dram.h
parent91cddc344db947c83c995c6f48fc23d54439c6eb (diff)
Rewrite all Dram tests to use Fixture
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