Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/peplxx/morse-coder

This project was made for optional fpga project during F23 Computer Architecture course. This is Quartus Project for turning fpga board into morse coder.
https://github.com/peplxx/morse-coder

fpga-board fpga-programming morse-code quartus-prime verilog

Last synced: 14 days ago
JSON representation

This project was made for optional fpga project during F23 Computer Architecture course. This is Quartus Project for turning fpga board into morse coder.

Awesome Lists containing this project

README

        

# General
This project was made for optional fpga project during F23 Computer Architecture course.

It contains Quartus Project for turning fpga board into morse coder.

Python is used to generate verilog code to process morse table.
Features:
- Morse decoding
- Morse encoding
- Matrix keyboard driver is included
- Developments towards the telegraph key and the use of sound signals
- Generating verilog code
_________________________________________

Remark:

There is remaining issue with our fpga.
Our fpga is inverted so code can work inverted too on other fpga.

## Link to project article
Will be created in near future