Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aap/fpga-vt
A video terminal on an FPGA
https://github.com/aap/fpga-vt
Last synced: 13 days ago
JSON representation
A video terminal on an FPGA
- Host: GitHub
- URL: https://github.com/aap/fpga-vt
- Owner: aap
- License: mit
- Created: 2021-11-08T11:47:19.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2021-12-23T13:27:15.000Z (about 3 years ago)
- Last Synced: 2024-11-10T00:32:59.685Z (3 months ago)
- Language: Verilog
- Size: 63.5 KB
- Stars: 7
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
This is a simple terminal for the Terasic Cyclone V GX Starter Kit.
It outputs 800x600@60hz on the HDMI port,
reads input from a PS/2 keyboard (GPIO28 = CLK, GPIO29 = DATA),
sends and receives characters over the USB UART,
and is generally working roughly like a VT52.
I haven't implemented all control characters yet and actually
I'm also using a VT100 font for some reason.
In the future it would be nice to execute the VT52 microcode
or actually implement a full VT100 as well.I started from [this](https://github.com/nhasbun/de10nano_vgaHdmi_chip)
code and the HDMI bits of it are still unmodified.You can find a video of it in action [here](https://toobnix.org/w/smqLBfgrgirGarrF6JFvmU).