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
python3 setup.py develop
cd ../nmutil
python3 setup.py develop
+cd ../openpower-isa
+python3 setup.py develop
+make svanalysis
+make pywriter
cd ../ieee754fpu
git submodule update --init --recursive
python3 setup.py develop
cd ../nmigen-soc
python3 setup.py develop
cd ../soc
-git submodule update --init --recursive
+make gitupdate
python3 setup.py develop
+make mkpinmux
+
cd ../
chown -R $SUDO_USER .
chgrp -R $SUDO_USER .
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
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
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
+