Demonstrates creating stylish GTKWave "save" files from python
[soc.git] / setup.py
index dc3c71f533252f31a4fea345885631b7ffd4d6e1..737c7c996e993552f93f940eca194d592b06b663 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -16,6 +16,10 @@ 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',
 ]
 
 test_requires = [