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 --- ecp5/arch.cc | 2 +- ecp5/arch.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'ecp5') diff --git a/ecp5/arch.cc b/ecp5/arch.cc index 55fe5704..c8617190 100644 --- a/ecp5/arch.cc +++ b/ecp5/arch.cc @@ -440,7 +440,7 @@ DecalXY Arch::getGroupDecal(GroupId pip) const { return {}; }; // ----------------------------------------------------------------------- -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/ecp5/arch.h b/ecp5/arch.h index b6aac9cf..7d183e11 100644 --- a/ecp5/arch.h +++ b/ecp5/arch.h @@ -801,7 +801,7 @@ struct Arch : BaseCtx // Get the delay through a cell from one port to another, returning false // if no path exists - 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; // Get the associated clock to a port, or empty if the port is combinational IdString getPortClock(const CellInfo *cell, IdString port) const; // Return true if a port is a clock -- cgit v1.2.3