Skip to content

Feature/clk align axi stream slave#429

Merged
kraigher merged 4 commits into
VUnit:masterfrom
olafvandenberg:feature/clk_align_axi_stream_slave
Dec 19, 2018
Merged

Feature/clk align axi stream slave#429
kraigher merged 4 commits into
VUnit:masterfrom
olafvandenberg:feature/clk_align_axi_stream_slave

Conversation

@olafvandenberg

Copy link
Copy Markdown

No description provided.

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

eschmidscs commented Oct 23, 2019

Copy link
Copy Markdown
Contributor

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

umarcor commented Oct 23, 2019

Copy link
Copy Markdown
Member

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

@eschmidscs

Copy link
Copy Markdown
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.

5 participants