aboutsummaryrefslogtreecommitdiffstats
path: root/common/nextpnr.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/nextpnr.h')
-rw-r--r--common/nextpnr.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/nextpnr.h b/common/nextpnr.h
index 263c8e13..4063999d 100644
--- a/common/nextpnr.h
+++ b/common/nextpnr.h
@@ -1156,7 +1156,7 @@ template <typename R> struct ArchBase : BaseCtx
return fnd == base_pip2net.end() ? nullptr : fnd->second;
}
virtual WireId getConflictingPipWire(PipId pip) const { return WireId(); }
- virtual NetInfo *getConflictingPipNet(PipId pip) const { return nullptr; }
+ virtual NetInfo *getConflictingPipNet(PipId pip) const { return getBoundPipNet(pip); }
virtual WireId getPipSrcWire(PipId pip) const = 0;
virtual WireId getPipDstWire(PipId pip) const = 0;
virtual DelayInfo getPipDelay(PipId pip) const = 0;