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 --- src/cli/cli.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/cli') diff --git a/src/cli/cli.cc b/src/cli/cli.cc index 41ac57c..e25b316 100644 --- a/src/cli/cli.cc +++ b/src/cli/cli.cc @@ -211,7 +211,7 @@ void Cli::initialize() if (this->cache != nullptr) delete this->cache; - Dram *d = new Dram(MEM_LINES, MEM_DELAY); + Dram *d = new Dram(MEM_DELAY); this->cache = new Cache(d, L1_CACHE_DELAY); this->cycle = 1; } -- cgit v1.2.3