FPGA-USB-Device
stableAn FPGA-based USB 1.1 full-speed device (no PHY chip).
Indexed from a public source and curated by LibFPGA. Own this project? Claim it by adding a manifest file to your repo.
LicenseLGPL-2.1
Languagesverilog
Interfacesusb
Targetsdevice-agnostic
Categoryusb
Verification
We have not run this core through the LibFPGA toolchain yet, so it carries no earned badges. Many of these projects have strong verification of their own. Claim the listing to run our checks.
- 906 GitHub stars
About
A pure-FPGA USB 1.1 full-speed device that bit-bangs the USB signaling directly on FPGA pins, no external PHY required, with ready examples for serial (CDC), keyboard/mouse (HID), audio and camera classes. A remarkable, widely-used piece of work from WangXuan95.