Skip to content

Commit

Permalink
doc: improve description of primitives
Browse files Browse the repository at this point in the history
Suggested-by: Herman Bruyninckx <herman.bruyninckx@kuleuven.be>
Signed-off-by: Markus Klotzbuecher <mk@mkio.de>
  • Loading branch information
kmarkus committed Apr 28, 2020
1 parent 7042f2b commit b25210b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/user/getting_started.rst
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@ primitives:
- **config**: defines any the static configuration blocks can have,
such as control parameters, device file names etc.

- **ports**: defines the type of data that flows in and out of blocks.
- **ports**: defines the type of the data involved in interactions
between blocks (e.g. for data-flow).

- **type**: microblx essentially uses the C type system (primitive
types and structs and arrays of the former) for `configs` and values
Expand Down

0 comments on commit b25210b

Please sign in to comment.