Skip to content

Verilog implementation of an Ethernet frame validator using the conventional IEEE 802.3 standard.

License

Notifications You must be signed in to change notification settings

amirsoleix/Ethernet-frame-validator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Data Link Layer Implementation for Ethernet Protocol Using Verilog

Ethernet protocol governs the rules for communication and transmission of data between compouters in a local area network. Datas are sent as a frame, which have specific configurations to allow for generic usage. For more read here.
The Verilog code implements the reciever which works in sync with an external clock. The main module validates the frame transmitted comforms with the CRC32 specification and outputs Done in case of success in frame transmission.

About

Verilog implementation of an Ethernet frame validator using the conventional IEEE 802.3 standard.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages