From cdc9d9c6195cf51e2d1ff10ff4f29797d3e51691 Mon Sep 17 00:00:00 2001 From: Siddarth-Suresh <65844402+Siddarth-Suresh@users.noreply.github.com> Date: Fri, 18 Apr 2025 04:29:15 -0400 Subject: further changes to initialize --- gui/worker.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gui/worker.cc') diff --git a/gui/worker.cc b/gui/worker.cc index fac835e..2612eb1 100644 --- a/gui/worker.cc +++ b/gui/worker.cc @@ -3,7 +3,7 @@ Worker::Worker(QObject *parent) : QObject(parent) {} void Worker::configure(std::vector ways, std::vector size, bool is_pipelined, bool is_cache_enabled) { - this->d = new Dram(ways.size()+1); + this->d = new Dram(ways.size()+10); setWays(ways); setSize(size); qDebug() << "is cache enabled:" << is_cache_enabled; -- cgit v1.2.3