aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorD. Shah <dave@ds0.me>2021-01-29 11:11:08 +0000
committerD. Shah <dave@ds0.me>2021-02-02 16:59:40 +0000
commitff92d19fed274c6469720cc726e80dc777fa767f (patch)
tree6e99ceddd946c086b727a662812c828e97b3f899 /docs
parent90edf33c95de975b7f8204624a995c4826c52b84 (diff)
downloadnextpnr-ff92d19fed274c6469720cc726e80dc777fa767f.tar.gz
nextpnr-ff92d19fed274c6469720cc726e80dc777fa767f.tar.bz2
nextpnr-ff92d19fed274c6469720cc726e80dc777fa767f.zip
arch: Add getNameDelimiter API for string lists
Signed-off-by: D. Shah <dave@ds0.me>
Diffstat (limited to 'docs')
-rw-r--r--docs/archapi.md5
1 files changed, 4 insertions, 1 deletions
diff --git a/docs/archapi.md b/docs/archapi.md
index 49183c63..6b9b0913 100644
--- a/docs/archapi.md
+++ b/docs/archapi.md
@@ -92,6 +92,10 @@ Get Z dimension for the specified tile for bels. All bels with at specified X an
Get Z dimension for the specified tile for pips. All pips with at specified X and Y coordinates must have a Z coordinate in the range `0 .. getTileDimZ(X,Y)-1` (inclusive).
+### char getNameDelimiter() const
+
+Returns a delimiter that can be used to build up bel, wire and pip names out of hierarchical components (such as tiles and sites) to avoid the high memory usage of storing full names for every object.
+
Cell Methods
-----------
@@ -99,7 +103,6 @@ Cell Methods
Get list of cell types that this architecture accepts.
-
Bel Methods
-----------