Skip to content
This repository was archived by the owner on Aug 5, 2025. It is now read-only.

rviollette/amaranth-exercises

 
 

Repository files navigation

Graded exercises for Amaranth HDL

Work in progress!

Kosmos

Python virtual environment

Detailed setup: follow this link

Manual setup:

python -m venv --upgrade-deps --prompt Amaranth-Exercises .venv
. ./.venv/bin/activate
pip install -r requirements.txt

PyCharm IDE

After running above commands, open PyCharm, and set the Python interpreter to the one in the virtual environment.
It should be named Amaranth-Exercises and located in the project directory.

About

OBSOLETE! NEW: https://github.com/Logitech/cpg-amaranth-exercises

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%