We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 328a0ac commit fa3e281Copy full SHA for fa3e281
src/sentinel/datapath.py
@@ -29,7 +29,7 @@ class ProgramCounter(Component):
29
:attr:`~sentinel.ucodefields.PcAction.HOLD`:
30
31
* If :attr:`~sentinel.ucodefields.PcAction.INC` is selected, automatically
32
- increment by the PC ``4`` bytes on the next active edge. Physically,
+ increment the PC by ``4`` bytes on the next active edge. Physically,
33
the increment is by ``1`` 32-bit word, because the bottom two bits of
34
the PC are unimplemented.
35
* If :attr:`~sentinel.ucodefields.PcAction.LOAD_ALU_O` is selected, load
0 commit comments