Move new write_gtkw and its example to nmutil
[soc.git] / setup.py
index 5664b046803d82c7c0b626d260a1dcbb4927566a..bbe5e144786b32dad76ea934dcdaeb5eb2d0c470 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -13,9 +13,12 @@ install_requires = [
     #    'sfpy',
     'ieee754fpu',  # needs to be installed manually from git.libre-soc.org
     'pygdbmi',
-    'nmigen-soc', # install manually from git.libre-soc.org
+    'nmigen-soc',  # install manually from git.libre-soc.org
     'ply',  # needs to be installed manually
     'astor',
+
+    # install from https://salsa.debian.org/Kazan-team/power-instruction-analyzer
+    'power-instruction-analyzer',
 ]
 
 test_requires = [