aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorEddie Hung <eddieh@ece.ubc.ca>2018-08-06 08:39:11 -0700
committerEddie Hung <eddieh@ece.ubc.ca>2018-08-06 08:39:11 -0700
commitc9141262b23b6cbebec0c94deb877fd7cbf2f99a (patch)
tree8795e74395b3ec54e385a3efdd843270368cce3a /docs
parent8e8ba0293ca81e8ad0acc9117ab439827a380591 (diff)
downloadnextpnr-c9141262b23b6cbebec0c94deb877fd7cbf2f99a.tar.gz
nextpnr-c9141262b23b6cbebec0c94deb877fd7cbf2f99a.tar.bz2
nextpnr-c9141262b23b6cbebec0c94deb877fd7cbf2f99a.zip
Modify doc
Diffstat (limited to 'docs')
-rw-r--r--docs/archapi.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/archapi.md b/docs/archapi.md
index 79562fe6..222b9f78 100644
--- a/docs/archapi.md
+++ b/docs/archapi.md
@@ -402,9 +402,9 @@ Convert an `delay_t` to an actual real-world delay in nanoseconds.
Convert a `delay_t` to an integer for checksum calculations.
-### delay\_t getBudgetOverride(const NetInfo \*net\_info, const PortRef &sink, delay\_t budget) const
+### bool getBudgetOverride(const NetInfo \*net\_info, const PortRef &sink, delay\_t &budget) const
-Overwrite or modify the timing budget for a given arc. Returns the new budget.
+Overwrite or modify (in-place) the timing budget for a given arc. Returns a bool to indicate whether this was done.
Flow Methods
------------