[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [ethmac] first topics
I am not an expert on Ethernet MAC subject but still...
----- Original Message -----
From: Mahmud Galela <mgalela@vlsi.itb.ac.id>
To: <ethmac@opencores.org>
Sent: Friday, April 07, 2000 5:49 AM
Subject: [ethmac] first topics
> hi we have some questions here,
> 1. Is FCS field of the frame dispatched to host processor?
One possible implementation:
- at RX: dispatched to the host processor
- at TX: generated by the MAC
> 2. Is CRC processed after all of frame received by the MAC?
Yes, checked on RX. And generated at TX.
A good reference are also Motorola's PowerQUICC MPC8xx and MPC8260 processor
manuals.
See http://199.104.132.208/collateral/M954862812288collateral.htm for a
MPC860 manual.
regards, Damjan