https://github.com/kulp/tappy
tappy is a tiny Verilog driver for PS/2 keyboards, for use in FPGAs
https://github.com/kulp/tappy
fpga verilog
Last synced: 4 months ago
JSON representation
tappy is a tiny Verilog driver for PS/2 keyboards, for use in FPGAs
- Host: GitHub
- URL: https://github.com/kulp/tappy
- Owner: kulp
- License: mit
- Created: 2021-07-11T22:03:25.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-07-18T23:45:50.000Z (almost 5 years ago)
- Last Synced: 2025-10-10T17:39:33.680Z (8 months ago)
- Topics: fpga, verilog
- Language: Verilog
- Homepage:
- Size: 16.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
`tappy` is a PS/2 keyboard interface for use in FPGAs.
It supports keyboard-to-host communication only, and therefore cannot recover
as gracefully from corrupted transmissions as fully standard behavior would
allow.