aboutsummaryrefslogtreecommitdiffstats
path: root/bba
diff options
context:
space:
mode:
authorClifford Wolf <cliffordvienna@gmail.com>2018-07-26 13:30:33 +0000
committerClifford Wolf <cliffordvienna@gmail.com>2018-07-26 13:30:33 +0000
commit10305db43faed2a42c10728b61fd751783940a77 (patch)
tree670531e6e1d39fc3a77cb489c82b062eba3253a8 /bba
parenta86c4f2f5db2cefb4cb937b8bb9e02c9cb776167 (diff)
downloadnextpnr-10305db43faed2a42c10728b61fd751783940a77.tar.gz
nextpnr-10305db43faed2a42c10728b61fd751783940a77.tar.bz2
nextpnr-10305db43faed2a42c10728b61fd751783940a77.zip
Update README.md
Diffstat (limited to 'bba')
-rw-r--r--bba/README.md7
1 files changed, 4 insertions, 3 deletions
diff --git a/bba/README.md b/bba/README.md
index db620d52..d51088c2 100644
--- a/bba/README.md
+++ b/bba/README.md
@@ -64,7 +64,8 @@ u32 \<value\> \[\<comment\>\]
Add a 32-bit value to the binary blob. Note that the input must be structured
in a way that ensures that all u32 are aligned to 4-byte addresses.
-str \<string\>
---------------
+str "\<string\>" \[\<comment\>\]
+--------------------------------
-Add a reference to a zero-terminated copy of the specified string.
+Add a reference to a zero-terminated copy of that string. Any character may be
+used to quote the string, but the most common choices are `"` and `|`.