Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/RobertBaruch/amaranth-exercises


https://github.com/RobertBaruch/amaranth-exercises

Last synced: 15 days ago
JSON representation

Awesome Lists containing this project

README

        

# Graded exercises for [Amaranth HDL](https://amaranth-lang.org/docs/amaranth/latest/intro.html)

Work in progress!

* [00 - Introduction](00_intro.md)
* [01 - Counting coin: basic concepts](01_input.md)
* [02 - The day after: more if, and switch-case](02_switch.md)
* [03 - Life finds a way: parts of signals](03_parts.md)
* [04 - Signs: signed signals](04_signs.md)
* [05 - Synchronicity: synchronous signals](05_sync.md)
* [06 - Living in the past: multi-step asserts](06_past.md)
* [07 - Prove it! Formal verification by induction](07_proof.md)