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

axis_ll_bridge.v has some problems #35

Open
deleteTh opened this issue Sep 21, 2024 · 1 comment
Open

axis_ll_bridge.v has some problems #35

deleteTh opened this issue Sep 21, 2024 · 1 comment

Comments

@deleteTh
Copy link

Hi,Alex.I'm a little confused. In this code, the timing logic uses blocking assignments.

@deleteTh
Copy link
Author

always @(posedge clk) begin
if (rst) begin
last_tlast = 1'b1;
end else begin
if (s_axis_tvalid && s_axis_tready) last_tlast = s_axis_tlast;
end
end

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

No branches or pull requests

1 participant