Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Dolu1990 committed Nov 8, 2023
1 parent 779aaa8 commit f1f68ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/SpinalHDL/Libraries/Pipeline/introduction.rst
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ You can access its arbitration via :
- node.valid's read only accessor
* - node.isReady
- node.ready's read only accessor
* - node.isFireing
* - node.isFiring
- True when the node transaction is successfuly moving futher (isValid && isReady && !isRemoved). Usefull to commit state changes
* - node.isMoving
- True when the node transaction is moving (isValid && (isReady || isRemoved)). Usefull to "reset" states
Expand Down

0 comments on commit f1f68ce

Please sign in to comment.