update dev-env scripts to include openpower-isa
[dev-env-setup.git] / hdl-dev-repos-virtualenv
index 3472ba9e9cd48e486bf1370ca94d7bba61f34655..d2cfdff90ea5bb333ab7e7dc3c6c99e4c74c6271 100755 (executable)
@@ -6,6 +6,7 @@ pip3 install nose
 git clone https://github.com/nmigen/nmigen.git
 git clone https://git.libre-soc.org/git/c4m-jtag.git
 git clone https://git.libre-soc.org/git/nmutil.git
+git clone https://git.libre-soc.org/git/openpower-isa.git
 git clone https://git.libre-soc.org/git/ieee754fpu.git
 git clone https://git.libre-soc.org/git/nmigen-soc.git
 git clone https://git.libre-soc.org/git/soc.git
@@ -14,6 +15,10 @@ cd nmigen
 python3 setup.py develop
 cd ../nmutil
 python3 setup.py develop
+cd ../openpower-isa
+python3 setup.py develop
+make pywriter
+make svanalysis
 cd ../c4m-jtag
 python3 setup.py develop
 cd ../ieee754fpu
@@ -26,9 +31,8 @@ python3 setup.py develop
 cd ../soc
 make gitupdate
 python3 setup.py develop
-make pywriter
 make mkpinmux
-make svanalysis
 
 # comment this out - takes too long.  run it manually
 # nosetests -v --processes=-1 --process-timeout=120
+