diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/archapi.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/archapi.md b/docs/archapi.md index 3fc30cdb..efd833d2 100644 --- a/docs/archapi.md +++ b/docs/archapi.md @@ -402,7 +402,7 @@ pip to a net. *BaseArch default: returns `getBoundPipNet(pip) == nullptr`* -### bool checkPipAvailForNet(PipId pip, NetInfo *net) const +### bool checkPipAvailForNet(PipId pip, const NetInfo *net) const Returns true if the given pip is available to be bound to a net, or if the pip is already bound to that net. |