Fix correct commit hash for release 0.7.0 of openXC7
[dev-env-setup.git] / hdl-dev-repos-virtualenv
index 6099712c89c31ddd8fe4a1f732e258b3de47ca0a..33cd7f19e5dd4853819183c5309a4f6ea3305044 100755 (executable)
@@ -12,10 +12,16 @@ 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
-git checkout 0.4.0 # latest version tested
+cd /home/$SUDO_USER/src/pyvcd
+git checkout 0.2.4
 python3 setup.py develop --no-deps
 
 # nmigen