aboutsummaryrefslogtreecommitdiffstats
path: root/ecp5
diff options
context:
space:
mode:
Diffstat (limited to 'ecp5')
-rw-r--r--ecp5/arch.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/ecp5/arch.h b/ecp5/arch.h
index 583d539f..c9b1bf43 100644
--- a/ecp5/arch.h
+++ b/ecp5/arch.h
@@ -733,6 +733,11 @@ struct Arch : BaseCtx
return pip_to_net.at(pip);
}
+ WireId getConflictingPipWire(PipId pip) const
+ {
+ return WireId();
+ }
+
AllPipRange getPips() const
{
AllPipRange range;