Wrapper for ready/valid indication on fixed-latency hardware
Open
enhancement
- Dominant language
- Dart
- Stars
- 115
- Forks
- 39
- Avg merge
- 1d 13h
- Merged PRs (30d)
- 1
Description
### Motivation
If you know some hardware has fixed-latency, it would be nice to be able to wrap it with some automation that signals information about when it is ready on the input and valid on the output.
For example:
- Pipelined: show a valid on the output, optionally maybe an ID that was passed in with the input?
- Multi-cycle: show a ready on the input, valid on the output
### Desired solution
Some easy automation wrapper for multi-cycle ready/valid indications
### Alternatives considered
_No response_
### Additional details
_No response_
Contributor guide
Assessment
This issue has not been assessed yet.