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

Feature/clk align axi stream slave #429

Merged

Conversation

olafvandenberg
Copy link

No description provided.

Olaf van den Berg added 3 commits December 18, 2018 10:09
@eschmidscs
Copy link
Contributor

eschmidscs commented Oct 23, 2019

We've hit something similar some time ago.
You probably use the pop function with direct response variables or the check function with blocking=>True.
In this case, the slave takes one message, handles it and goes back to idle. Going back to idle causes ready to go low for one cycle.
You either have to use pop with references or check with blocking=>False.

That was different, probably before the merge you mentioned. But the process structure in the slave was changed.

@umarcor
Copy link
Member

umarcor commented Oct 23, 2019

@eschmidscs did you want to post that comment here or in #573?

@eschmidscs
Copy link
Contributor

good one... thanks and sorry!

@olafvandenberg olafvandenberg deleted the feature/clk_align_axi_stream_slave branch May 20, 2020 07:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants