add SVP64 CR EXTRA field-extension, from 3-bit to 7-bit (plus isvec)
[soc.git] / setup.py
index 737c7c996e993552f93f940eca194d592b06b663..3a58066a8bb70077b035500e46d82b98acfbbbb9 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -15,15 +15,13 @@ install_requires = [
     'pygdbmi',
     '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',
+    'astor'
 ]
 
 test_requires = [
     'nose',
+    # install from https://salsa.debian.org/Kazan-team/power-instruction-analyzer
+    'power-instruction-analyzer'
 ]
 
 setup(