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

Wrong bit with on 10G MAC Tx start_packet_reg #226

Open
drewranck opened this issue Oct 4, 2024 · 0 comments
Open

Wrong bit with on 10G MAC Tx start_packet_reg #226

drewranck opened this issue Oct 4, 2024 · 0 comments

Comments

@drewranck
Copy link

https://github.com/alexforencich/verilog-ethernet/blob/master/rtl/axis_xgmii_tx_64.v#L174\

Should be reg [1:0]. I noticed this on a private unit simulation I did in Vivado XSIM with a Xilinx GTY. The truncation on [1] on this signal means the 4B misaligned 10G encoding don't report packet starts.

I can fix this if you're willing to take a PR.

drewranck added a commit to drewranck/verilog-ethernet that referenced this issue Oct 4, 2024
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