From c9141262b23b6cbebec0c94deb877fd7cbf2f99a Mon Sep 17 00:00:00 2001 From: Eddie Hung Date: Mon, 6 Aug 2018 08:39:11 -0700 Subject: Modify doc --- docs/archapi.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/archapi.md') 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 ------------ -- cgit v1.2.3