M
Moti Cohen
Guest
Hy guys, I'm currently working on a 10/100 ETHERNET mac implementation
in an FPGA (using vhdl). in order to simulate my state machine I need
to feed a real ETHERNET packet to it (in order to see if the crc check
is exeuted correctly etc.). I will realy appreciate to get a complete
ETHERNET packet (all bytes from PREAMBLE to FCS) so I could insert it
to my modelsim simulation.
the format I'm expecting is as follows..
[55][55][55]... -> .. [FCS3][FCS2][FCS1][FCS0]
in an FPGA (using vhdl). in order to simulate my state machine I need
to feed a real ETHERNET packet to it (in order to see if the crc check
is exeuted correctly etc.). I will realy appreciate to get a complete
ETHERNET packet (all bytes from PREAMBLE to FCS) so I could insert it
to my modelsim simulation.
the format I'm expecting is as follows..
[55][55][55]... -> .. [FCS3][FCS2][FCS1][FCS0]