From 5845ad71d78d310322046906ee4c8e91d007d57e Mon Sep 17 00:00:00 2001 From: bd Date: Thu, 20 Mar 2025 19:28:57 -0400 Subject: Rewrite all Dram tests to use Fixture --- inc/dram.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'inc') 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 -- cgit v1.2.3