You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
drewranck
added a commit
to drewranck/verilog-ethernet
that referenced
this issue
Oct 4, 2024
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.
The text was updated successfully, but these errors were encountered: