Update Serializer
to have the same output latency with or without flopInput
#149
Labels
enhancement
New feature or request
Motivation
The output behavior of
Serializer
changes based on whetherflopInput
is set or not, which can make the component more difficult to use when a configuration is changed. It would be possible to drive the output immediately, and it would be nice.Desired solution
Make sure the output latency of
Serializer
is the same whetherflopInput
is high or not. Add some logic so that the first cycle out is a direct feed through, but the rest of the data is latched in.Alternatives considered
No response
Additional details
No response
The text was updated successfully, but these errors were encountered: