aboutsummaryrefslogtreecommitdiffstats
path: root/dummy/arch.cc
diff options
context:
space:
mode:
Diffstat (limited to 'dummy/arch.cc')
-rw-r--r--dummy/arch.cc13
1 files changed, 3 insertions, 10 deletions
diff --git a/dummy/arch.cc b/dummy/arch.cc
index 4adff2ca..afd1d638 100644
--- a/dummy/arch.cc
+++ b/dummy/arch.cc
@@ -181,20 +181,13 @@ std::vector<GraphicElement> Arch::getPipGraphics(PipId pip) const
// ---------------------------------------------------------------
-bool Arch::getCellDelay(const CellInfo *cell, IdString fromPort,
- IdString toPort, delay_t &delay) const
+bool Arch::getCellDelay(const CellInfo *cell, IdString fromPort, IdString toPort, delay_t &delay) const
{
return false;
}
-IdString Arch::getPortClock(const CellInfo *cell, IdString port) const
-{
- return IdString();
-}
+IdString Arch::getPortClock(const CellInfo *cell, IdString port) const { return IdString(); }
-bool Arch::isClockPort(const CellInfo *cell, IdString port) const
-{
- return false;
-}
+bool Arch::isClockPort(const CellInfo *cell, IdString port) const { return false; }
NEXTPNR_NAMESPACE_END