https://github.com/antonioberna/logicode
My solutions of Logicode
https://github.com/antonioberna/logicode
hardware-design system-verilog
Last synced: 21 days ago
JSON representation
My solutions of Logicode
- Host: GitHub
- URL: https://github.com/antonioberna/logicode
- Owner: AntonioBerna
- License: gpl-3.0
- Created: 2026-05-10T22:37:31.000Z (about 1 month ago)
- Default Branch: master
- Last Pushed: 2026-05-10T23:25:48.000Z (about 1 month ago)
- Last Synced: 2026-05-11T01:26:59.553Z (about 1 month ago)
- Topics: hardware-design, system-verilog
- Language: SystemVerilog
- Homepage: https://logi-code.com/
- Size: 21.5 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Logicode
> [!WARNING]
> This repository is a work in progress.
> Keep your expectations low.
## List of Problems
| Title | Category | Difficulty | Area | Performance | Status |
| :---: | :---: | :---: | :---: | :---: | :---: |
| Binary to Thermometer Decoder | Combinational | Easy | 21.4% | 16.1% | :construction: |
| Counter | Sequential | Easy | 95.2% | 85.7% | :construction: |
| Fizzbuzz | Sequential | Easy | 86.1% | 66.7% | :construction: |
| Polynomial 1 | Combinational | Easy | 73.6% | 35.1% | :construction: |
| Basic ALU | Combinational | Easy | 100% | 37.8% | :construction: |
| Sequence Detector | Sequential | Easy | 55.7% | 50.8% | :construction: |
| Dot Product | Sequential | Easy | 33.3% | 51.9% | :construction: |
| One Hot Encoding Detector | Combinational | Easy | 71.3% | 82.8% | :construction: |
| Bubble Sort | Sequential | Hard | 100% | 100% | :white_check_mark: |