diff options
author | gatecat <gatecat@ds0.me> | 2021-12-29 21:43:33 +0000 |
---|---|---|
committer | gatecat <gatecat@ds0.me> | 2021-12-29 21:43:33 +0000 |
commit | c272d28e575bde2675a6ae7090a0d5f0f4c9c88f (patch) | |
tree | 9eff1a6ef2e7c9bc4638df9e449109dc6ce1183b /docs/archapi.md | |
parent | fdeb86809f884b36789ecf9f5bc47c736ca6a873 (diff) | |
download | nextpnr-c272d28e575bde2675a6ae7090a0d5f0f4c9c88f.tar.gz nextpnr-c272d28e575bde2675a6ae7090a0d5f0f4c9c88f.tar.bz2 nextpnr-c272d28e575bde2675a6ae7090a0d5f0f4c9c88f.zip |
docs: Fix typo
Signed-off-by: gatecat <gatecat@ds0.me>
Diffstat (limited to 'docs/archapi.md')
-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`. |