Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add fifo that exposes meta information #53

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

lmbollen
Copy link
Member

@lmbollen lmbollen commented May 2, 2023

We now have a fifo implementation that exposes metadata called fifoWithMeta. The previous implementation of fifo has been replaced with a new one. The only difference is that the new implementation does not implement bypassing when the fifo is empty.

@lmbollen lmbollen requested a review from martijnbastiaan May 2, 2023 11:17
src/Protocols/Df.hs Outdated Show resolved Hide resolved
src/Protocols/Df.hs Outdated Show resolved Hide resolved
lmbollen added 2 commits May 2, 2023 15:15
We now have a fifo implementation that exposes metadata called `fifoWithMeta`.
The previous implementation of `fifo` has been replaced with a new one.
The only difference is that the new implementation does not implement
bypassing when the fifo is empty.
@lmbollen lmbollen force-pushed the change-fifo-implementation branch from 08a2f2b to 3feffee Compare May 2, 2023 13:16
@lmbollen lmbollen requested a review from martijnbastiaan May 2, 2023 13:16
@martijnbastiaan
Copy link
Member

The previous implementation of fifo has been replaced with a new one. The only difference is that the new implementation does not implement bypassing when the fifo is empty.

Couldn't the old implementation be adapted to export empty/full signals? As it stands users of fifo will experience a regression.

@lmbollen lmbollen changed the title Change fifo implementation Add fifo that exposes meta information May 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants