Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mmicko/enigmafpga
Enigma in FPGA
https://github.com/mmicko/enigmafpga
blackice fpga goboard ice40 verilog yosys
Last synced: 18 days ago
JSON representation
Enigma in FPGA
- Host: GitHub
- URL: https://github.com/mmicko/enigmafpga
- Owner: mmicko
- License: mit
- Created: 2017-09-09T13:06:34.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-05-18T09:57:12.000Z (over 5 years ago)
- Last Synced: 2024-11-10T00:33:01.876Z (about 1 month ago)
- Topics: blackice, fpga, goboard, ice40, verilog, yosys
- Language: Verilog
- Size: 1.92 MB
- Stars: 26
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# enigmaFPGA
Enigma in FPGA, made for learning Verilog as part of presentation on BalcCon 2017.
Version of code from conference is at separate branch (Balccon2017):
https://github.com/mmicko/enigmafpga/tree/Balccon2017Due to limitation of presentation uart_rx and uart_tx modules are used from :
https://www.nandland.com/vhdl/modules/module-uart-serial-port-rs232.htmlProject contains build files for various targets.
* make - creates binary for Go Board (using yosis and arachne-pnr)
* make blackice - creates binary for BlackIce FPGA
* make prog - programs Go Board (using iceprog)
* make test - run Verilog test for encryption (using iverilog)
* make testrotor - run Verilog test for rotor rotating (using iverilog)
* make run - run C++ tests (using verilator)More explanation and Javascript reference application at : http://enigma.louisedade.co.uk/enigma.html