From cf3ac49639bef5082489068e2d92a4d86f42080b 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/dram.h') 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