[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: [ethmac] rx_ethmac



13-Feb-01

   Hi,

	I belive your SDF detect is somewhat wrong.

as soon as you see rxdv you start to look for SDF

and your SFD is when you see 1101 

BUT the std specify SDF as both 0101 AND 1101 togther and not only the
second nibble.

this mean unless I'm mistaken and do correct me if I missed soemthing
but that if the packet come with let say junk nibble and one of the junk
nibble have 1101 than you machine will thing it is a real packet and
will start reading it.

more over you might be not align as the 1101 might come in the first
nibble and not the second one.

have a nice day

   Illan

-----Original Message-----
From: Mahmud Galela [mailto:mgalela@vlsi.itb.ac.id]
Sent: Sunday, February 11, 2001 6:53 PM
To: ethmac@opencores.org
Subject: [ethmac] rx_ethmac


hi,

the code from me is available now.
(version 1)

http://ic.ee.itb.ac.id/~mgalela/isi/ta/rx_ethmac.html
(..i put them here untill the cvs is ok..)



Mahmud