Add simple way to add delays?
A suggestion may be something like
a = b + c
delayed_a = a >> 3
To delay a three iterations. Maybe not the best operator though... However, <<
is alreàdy used for other reasons...
A suggestion may be something like
a = b + c
delayed_a = a >> 3
To delay a three iterations. Maybe not the best operator though... However, <<
is alreàdy used for other reasons...
added Enhancement Operations labels
184-add-simple-way-to-add-delays
to address this issue created branch 184-add-simple-way-to-add-delays
to address this issue
mentioned in merge request !426 (merged)
closed with merge request !426 (merged)
I realized that the approach in !426 (merged) adds delays at the input. While this is fine, I think a corresponding method should be added for delays at the output, so reopening.
reopened