This project implements a configurable Ethernet frame generator that creates valid IEEE 802.3 Ethernet frames with the following features: ├── rtl/ # RTL source files │ ├── ethernet_frame_gen.v # Main ...