aboutsummaryrefslogtreecommitdiffstats
path: root/bba
diff options
context:
space:
mode:
authorClifford Wolf <cliffordvienna@gmail.com>2018-07-26 13:33:48 +0000
committerClifford Wolf <cliffordvienna@gmail.com>2018-07-26 13:33:48 +0000
commit7f1075cb887a65dfbc23539db4c43ae57fcdbdbb (patch)
tree054024f31f3c0b749c7b829ab4c689c061e1f7f2 /bba
parent10305db43faed2a42c10728b61fd751783940a77 (diff)
downloadnextpnr-7f1075cb887a65dfbc23539db4c43ae57fcdbdbb.tar.gz
nextpnr-7f1075cb887a65dfbc23539db4c43ae57fcdbdbb.tar.bz2
nextpnr-7f1075cb887a65dfbc23539db4c43ae57fcdbdbb.zip
Update README.md
Diffstat (limited to 'bba')
-rw-r--r--bba/README.md7
1 files changed, 5 insertions, 2 deletions
diff --git a/bba/README.md b/bba/README.md
index d51088c2..166ff7ff 100644
--- a/bba/README.md
+++ b/bba/README.md
@@ -28,8 +28,11 @@ push \<name\>
-------------
All following commands up until the matching "pop" will be writen to stream
-<name>. Everything written to the same stream will end up in a continous
-region of the output.
+\<name\>. Everything written to the same stream will end up in a continous
+region of the output. The statements `pop`, `label`, `ref`, `u8`, `u16`,
+`u32`, and `str` are only valid within such a block. The name used in the
+first push statement also determines the name of the variable in the generated
+C output (when C is selected as output file format).
pop
---