mirror of
https://github.com/YosysHQ/nextpnr.git
synced 2026-09-04 19:31:42 +02:00
himbaechel: Fix logic in updating pip delay structures
Signed-off-by: gatecat <[email protected]>
This commit is contained in:
+1
-1
@@ -416,7 +416,7 @@ const std::vector<std::string> 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();
|
||||
|
||||
Reference in New Issue
Block a user