aboutsummaryrefslogtreecommitdiffstats
path: root/dummy/arch.h
diff options
context:
space:
mode:
Diffstat (limited to 'dummy/arch.h')
-rw-r--r--dummy/arch.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/dummy/arch.h b/dummy/arch.h
index 61a09e00..39c48232 100644
--- a/dummy/arch.h
+++ b/dummy/arch.h
@@ -134,8 +134,8 @@ struct Arch : BaseCtx
std::unordered_set<WireId> wireGraphicsReload;
std::unordered_set<PipId> pipGraphicsReload;
- delay_t getCellDelay(const CellInfo *cell, IdString fromPort,
- IdString toPort) const;
+ bool getCellDelay(const CellInfo *cell, IdString fromPort, IdString toPort,
+ delay_t &delay) const;
IdString getPortClock(const CellInfo *cell, IdString port) const;
bool isClockPort(const CellInfo *cell, IdString port) const;
};