From c9b553e68dbd95a8faf5abf4f8e1362261bec99f Mon Sep 17 00:00:00 2001 From: bd Date: Sat, 19 Apr 2025 04:07:01 -0400 Subject: Readd logic to initialize pipeline --- gui/gui.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gui/gui.cc') diff --git a/gui/gui.cc b/gui/gui.cc index 3a1027a..dc77fc9 100644 --- a/gui/gui.cc +++ b/gui/gui.cc @@ -351,7 +351,7 @@ void GUI::on_config_clicked() else this->set_status(get_initialize); - emit sendConfigure(ways, is_pipelined); + emit sendConfigure(ways, this->p, is_pipelined); } void GUI::set_status(const std::function &func) -- cgit v1.2.3