From cb9c6c6ef271a6f5297d74c81807bca01a0d8319 Mon Sep 17 00:00:00 2001 From: Clifford Wolf Date: Wed, 20 Jun 2018 12:57:38 +0200 Subject: Changes to estimatePosition API Signed-off-by: Clifford Wolf --- dummy/arch.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dummy/arch.h') diff --git a/dummy/arch.h b/dummy/arch.h index 7ceda3b3..925c231f 100644 --- a/dummy/arch.h +++ b/dummy/arch.h @@ -118,7 +118,7 @@ struct Arch : BaseCtx const std::vector &getPipsUphill(WireId wire) const; const std::vector &getWireAliases(WireId wire) const; - bool estimatePosition(BelId bel, int &x, int &y) const; + void estimatePosition(BelId bel, int &x, int &y, bool &gb) const; delay_t estimateDelay(WireId src, WireId dst) const; delay_t getDelayEpsilon() const { return 0.01; } float getDelayNS(delay_t v) const { return v; } -- cgit v1.2.3