From b09183db3bf5b08c1a1151e044f9df5f6dc445d8 Mon Sep 17 00:00:00 2001 From: David Shah Date: Mon, 30 Jul 2018 16:59:30 +0200 Subject: Use DelayInfo for cell timing instead of delay_t Signed-off-by: David Shah --- generic/arch.cc | 2 +- generic/arch.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'generic') diff --git a/generic/arch.cc b/generic/arch.cc index 5c9864ab..892bb0fd 100644 --- a/generic/arch.cc +++ b/generic/arch.cc @@ -425,7 +425,7 @@ DecalXY Arch::getGroupDecal(GroupId group) const { return groups.at(group).decal // --------------------------------------------------------------- -bool Arch::getCellDelay(const CellInfo *cell, IdString fromPort, IdString toPort, delay_t &delay) const +bool Arch::getCellDelay(const CellInfo *cell, IdString fromPort, IdString toPort, DelayInfo &delay) const { return false; } diff --git a/generic/arch.h b/generic/arch.h index 01a90ee1..ed069d4d 100644 --- a/generic/arch.h +++ b/generic/arch.h @@ -210,7 +210,7 @@ struct Arch : BaseCtx DecalXY getPipDecal(PipId pip) const; DecalXY getGroupDecal(GroupId group) const; - bool getCellDelay(const CellInfo *cell, IdString fromPort, IdString toPort, delay_t &delay) const; + bool getCellDelay(const CellInfo *cell, IdString fromPort, IdString toPort, DelayInfo &delay) const; IdString getPortClock(const CellInfo *cell, IdString port) const; bool isClockPort(const CellInfo *cell, IdString port) const; -- cgit v1.2.3