Forum Discussion
Navaneeth
New Contributor
4 years agoFPGA giving out partial answer
Hi, We expect 9216 bytes of data as output from the FPGA, but we only get 1536 bytes of data. We have thoroughly verified our logic design using the ASE Simulator wherein we are correctly obtainin...
Michael19
New Contributor
4 years agoHi,
without any information about your design except the two numbers, its a bit difficult to say anything.
Maybe the answer is 42 ?
But nevertheless, there is a hint here: 1536 Bytes is the maximum length of an standard ethernet frame.
If your data is somehow passing through a MAC somewere in your test setup, it will be truncated there.
But this behaviour usually can be switched off. Ethernet also defines so called Jumbo-Frames, which may be much larger.
Usage of these, i think, is not enabled per default.
Check your MAC -IPs. Presumably somewhere there is a parameter enforcing a maximum frame size of 1536.
Switch it off to allow long frames.
Might be called "enforce maximum frame size" or something like this.