aboutsummaryrefslogtreecommitdiffstats
path: root/ice40/arch.h
diff options
context:
space:
mode:
authorClifford Wolf <clifford@clifford.at>2018-06-20 12:57:38 +0200
committerClifford Wolf <clifford@clifford.at>2018-06-20 12:57:38 +0200
commitcb9c6c6ef271a6f5297d74c81807bca01a0d8319 (patch)
treea186af7f47bf814c3705578ee7a73150a0e7ccf8 /ice40/arch.h
parentc3837027b22b67a5079d84419bae20c4d545430b (diff)
downloadnextpnr-cb9c6c6ef271a6f5297d74c81807bca01a0d8319.tar.gz
nextpnr-cb9c6c6ef271a6f5297d74c81807bca01a0d8319.tar.bz2
nextpnr-cb9c6c6ef271a6f5297d74c81807bca01a0d8319.zip
Changes to estimatePosition API
Signed-off-by: Clifford Wolf <clifford@clifford.at>
Diffstat (limited to 'ice40/arch.h')
-rw-r--r--ice40/arch.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ice40/arch.h b/ice40/arch.h
index 4a2f6e50..d9631c11 100644
--- a/ice40/arch.h
+++ b/ice40/arch.h
@@ -753,7 +753,7 @@ struct Arch : BaseCtx
// -------------------------------------------------
- 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 10; }
float getDelayNS(delay_t v) const { return v * 0.001; }