|
Posted by on July 27, 2006, 9:30 am
If you were Registered and logged in, you could reply and use other advanced thread options
Hi Glen thanks for the reply. So do you mean that the dest addr
written as 48'hA2B012344567 on the paper will have the byte A2 showing
up first followed BO, 12 and so on on the gmii data bus?
glen herrmannsfeldt wrote:
> pranavtailor@gmail.com wrote:
>
> > A simple and may be silly query for you. Can you tell me which byte
> > of the ethernet destination address follows the start frame
> > delimeter(SFD) on the gmii data bus....is it the byte 0(bits 7:0) or
> > byte 6 (bits 47:39)? I think its byte 0 but want to make sure so please
> > let me know.
>
> The one on the left when you write the number on paper.
>
> Most likely the one at a lower address when stored in memory, as it will
> be the lower address in the output buffer.
>
> Some people, and some machine architects, number bytes in a word with 0
> on the left, some with 0 on the right. Some are little endian, some big
> endian.
>
> -- glen
|