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

Remove the reduntant FIFO implementation #575

Open
xThaid opened this issue Jan 29, 2024 · 0 comments
Open

Remove the reduntant FIFO implementation #575

xThaid opened this issue Jan 29, 2024 · 0 comments
Labels
good first issue Good for newcomers nice to have Could be useful, but not a top priority refactor Doesn't change functionality, but makes stuff nicer

Comments

@xThaid
Copy link
Contributor

xThaid commented Jan 29, 2024

Currently we have two transactron-friendly implementation of FIFO: BasicFifo and FIFO. It is unlikely that we need two of them, so we can get rid of FIFO, as it doesn't not support flushing the queue.

@xThaid xThaid added good first issue Good for newcomers nice to have Could be useful, but not a top priority refactor Doesn't change functionality, but makes stuff nicer labels Jan 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers nice to have Could be useful, but not a top priority refactor Doesn't change functionality, but makes stuff nicer
Projects
None yet
Development

No branches or pull requests

1 participant