diff options
author | Keith Rothman <537074+litghost@users.noreply.github.com> | 2021-02-23 14:07:11 -0800 |
---|---|---|
committer | Keith Rothman <537074+litghost@users.noreply.github.com> | 2021-02-23 14:08:59 -0800 |
commit | 0758f68020efa6d9441eab9de903673f02d47639 (patch) | |
tree | 80a3588e14905950633727464865bcda5d118b45 /docs | |
parent | 423a10bc31a20bbdd03e85754971878f5a57f89b (diff) | |
download | nextpnr-0758f68020efa6d9441eab9de903673f02d47639.tar.gz nextpnr-0758f68020efa6d9441eab9de903673f02d47639.tar.bz2 nextpnr-0758f68020efa6d9441eab9de903673f02d47639.zip |
Update archapi.md with latest signature.
Signed-off-by: Keith Rothman <537074+litghost@users.noreply.github.com>
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 9ecb1bf1..55f5c3bc 100644 --- a/docs/archapi.md +++ b/docs/archapi.md @@ -236,7 +236,7 @@ Return the type (input/output/inout) of the given bel pin. Return a list of all pins on that bel. -### CellBelPinRangeT getBelPinsForCellPin(CellInfo *cell_info, IdString pin) const +### CellBelPinRangeT getBelPinsForCellPin(const CellInfo *cell_info, IdString pin) const Return the list of bel pin names that a given cell pin should be routed to. In most cases there will be a single bel pin for each cell pin; and output pins must _always_ have only one bel pin associated with them. |