diff --git a/himbaechel/arch.cc b/himbaechel/arch.cc index 02904951..ba86ae0e 100644 --- a/himbaechel/arch.cc +++ b/himbaechel/arch.cc @@ -416,7 +416,7 @@ const std::vector Arch::availableRouters = {"default", "router1", " void Arch::set_fast_pip_delays(bool fast_mode) { - if (fast_mode && !fast_pip_delays) { + if (!fast_mode && fast_pip_delays) { // Have to rebuild these structures drive_res.clear(); load_cap.clear();