Skip to content

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

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%