diff options
author | bd <bdunahu@operationnull.com> | 2025-03-20 19:28:57 -0400 |
---|---|---|
committer | bd <bdunahu@operationnull.com> | 2025-03-20 19:28:57 -0400 |
commit | 5845ad71d78d310322046906ee4c8e91d007d57e (patch) | |
tree | ffd8e0bd2b112180251804a096f601f745f9af1b /inc | |
parent | f1b49cc04ea776a1c47ef05435361a7dbb6ccc34 (diff) |
Rewrite all Dram tests to use Fixture
Diffstat (limited to 'inc')
-rw-r--r-- | inc/dram.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |