Demonstrates creating stylish GTKWave "save" files from python
[soc.git] / setup.py
index bbe5e144786b32dad76ea934dcdaeb5eb2d0c470..737c7c996e993552f93f940eca194d592b06b663 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -16,6 +16,7 @@ install_requires = [
     'nmigen-soc',  # install manually from git.libre-soc.org
     'ply',  # needs to be installed manually
     'astor',
+    'pyvcd',  # for stylish GTKWave save files
 
     # install from https://salsa.debian.org/Kazan-team/power-instruction-analyzer
     'power-instruction-analyzer',