The shift register component was changed to include functionality for asynchronous reset and for individual stages of the shift register to have different reset values.
Motivation stems from a need for this functionality in implementing SPI for ROHD.
Related Issue(s)
N/A
Testing
More tests were added to the existing shift register tests, testing lists of reset values and async reset.
Backwards-compatibility
Is this a breaking change that will not be backwards-compatible? If yes, how so?
No
Documentation
Does the change require any updates to documentation? If so, where? Are they included?
Description & Motivation
The shift register component was changed to include functionality for asynchronous reset and for individual stages of the shift register to have different reset values. Motivation stems from a need for this functionality in implementing SPI for ROHD.
Related Issue(s)
N/A
Testing
More tests were added to the existing shift register tests, testing lists of reset values and async reset.
Backwards-compatibility
No
Documentation
Component documentation was updated