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 5034d7d1..f798254f 100644 --- a/docs/archapi.md +++ b/docs/archapi.md @@ -280,7 +280,7 @@ Return a (preferably unique) number that represents this wire. This is used in d ### void bindWire(WireId wire, NetInfo \*net, PlaceStrength strength) -Bind a wire to a net. This method must be used when binding a wire that is driven by a bel pin. Use `binPip()` +Bind a wire to a net. This method must be used when binding a wire that is driven by a bel pin. Use `bindPip()` when binding a wire that is driven by a pip. This method must also update `net->wires`. |