Fix correct commit hash for release 0.7.0 of openXC7
[dev-env-setup.git] / hdl-dev-repos-virtualenv
index 5c42e7d597d6f085ffa89a9f9f255462702d5ad3..33cd7f19e5dd4853819183c5309a4f6ea3305044 100755 (executable)
@@ -12,9 +12,15 @@ git clone https://git.libre-soc.org/git/openpower-isa.git
 git clone https://git.libre-soc.org/git/ieee754fpu.git
 git clone https://gitlab.com/nmigen/nmigen-soc.git
 git clone https://git.libre-soc.org/git/soc.git
+git clone https://git.libre-soc.org/git/pytest-output-to-files.git
+
+# pytest-output-to-files
+pushd pytest-output-to-files
+python3 setup.py develop
+popd
 
 # pyvcd - needed for nmigen
-cd pyvcd
+cd /home/$SUDO_USER/src/pyvcd
 git checkout 0.2.4
 python3 setup.py develop --no-deps