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

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

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: |