aboutsummaryrefslogtreecommitdiffstats
path: root/docs/archapi.md
diff options
context:
space:
mode:
authorYRabbit <rabbit@yrabbit.cyou>2022-12-04 21:33:36 +1000
committerYRabbit <rabbit@yrabbit.cyou>2022-12-04 21:33:36 +1000
commite6a8d0f4fce4ce0c50ec5705ef75ad6982213d4e (patch)
tree4065a6dbc408bd4b76563ab6c86a1e84fc388394 /docs/archapi.md
parent2e68962a025999ec85276f6362540c13ccfcd752 (diff)
parentdb25c5c88998aa73725f2a4625d74f38615aaa82 (diff)
downloadnextpnr-e6a8d0f4fce4ce0c50ec5705ef75ad6982213d4e.tar.gz
nextpnr-e6a8d0f4fce4ce0c50ec5705ef75ad6982213d4e.tar.bz2
nextpnr-e6a8d0f4fce4ce0c50ec5705ef75ad6982213d4e.zip
Merge branch 'master' into pll-pins
Diffstat (limited to 'docs/archapi.md')
-rw-r--r--docs/archapi.md2
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.