aboutsummaryrefslogtreecommitdiffstats
path: root/ecp5/arch.h
diff options
context:
space:
mode:
Diffstat (limited to 'ecp5/arch.h')
-rw-r--r--ecp5/arch.h10
1 files changed, 2 insertions, 8 deletions
diff --git a/ecp5/arch.h b/ecp5/arch.h
index bd4881c2..9daae11d 100644
--- a/ecp5/arch.h
+++ b/ecp5/arch.h
@@ -619,10 +619,7 @@ struct Arch : BaseCtx
return wire_to_net.at(wire);
}
- WireId getConflictingWireWire(WireId wire) const
- {
- return wire;
- }
+ WireId getConflictingWireWire(WireId wire) const { return wire; }
NetInfo *getConflictingWireNet(WireId wire) const
{
@@ -729,10 +726,7 @@ struct Arch : BaseCtx
return pip_to_net.at(pip);
}
- WireId getConflictingPipWire(PipId pip) const
- {
- return WireId();
- }
+ WireId getConflictingPipWire(PipId pip) const { return WireId(); }
NetInfo *getConflictingPipNet(PipId pip) const
{