Skip to content

Commit

Permalink
bullet list indents
Browse files Browse the repository at this point in the history
  • Loading branch information
grayresearch committed Dec 18, 2019
1 parent 6a189ec commit dce0818
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -55,15 +55,15 @@ microprocessor CPU, much like a two-operand, one-result fixed point
arithmetic/logic unit (ALU).

For the purposes and scope of this Spec, a Custom Function Unit is
defined as a hardware core that
defined as a hardware core that:

* accepts requests and produces responses, wherein:

* requests may comprise a custom function ID and 0-3 integer request
data words;
* requests may comprise a custom function ID and 0-3 integer request
data words;

* responses may comprise a success/error code and 0-2 integer response
data words or an error ID;
* responses may comprise a success/error code and 0-2 integer response
data words or an error ID;

* may be stateless, such that all function invocations are pure functions
and are side-effect free, or may be stateful, with private internal
Expand Down

0 comments on commit dce0818

Please sign in to comment.