Skip to content

LiteEthMAC: remove logic loop in hybrid mode#115

Draft
Xiretza wants to merge 1 commit intoenjoy-digital:masterfrom
Xiretza:hybrid-mac-logic-loop
Draft

LiteEthMAC: remove logic loop in hybrid mode#115
Xiretza wants to merge 1 commit intoenjoy-digital:masterfrom
Xiretza:hybrid-mac-logic-loop

Conversation

@Xiretza
Copy link
Copy Markdown
Contributor

@Xiretza Xiretza commented Jun 29, 2022

The hardware and cpu ports' valid signals can not be made dependent on their own ready signals, since this creates combinatorial loops. This should be unnecessary anyway though, the only thing that matters is that the valid signal is not asserted while the other sink is not ready.

The hardware and cpu ports' valid signals can not be made dependent on
their own ready signals, since this creates combinatorial loops. This
should be unnecessary anyway though, the only thing that matters is that
the valid signal is not asserted while the other sink is not ready.
@Xiretza Xiretza marked this pull request as draft June 30, 2022 04:54
@Xiretza
Copy link
Copy Markdown
Contributor Author

Xiretza commented Jun 30, 2022

I haven't had time to actualy test this yet, so I'll keep it a draft for now unless you're sure this is correct.

@enjoy-digital
Copy link
Copy Markdown
Owner

Thanks @Xiretza, I'll study it in the next days.

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