hdl-dev-repos: Added pyvcd dependency (for normal and virtualenv scripts)
[dev-env-setup.git] / hdl-dev-repos-virtualenv
index 321321c610c33a3d8387aa2adc54722a8427631b..6099712c89c31ddd8fe4a1f732e258b3de47ca0a 100755 (executable)
@@ -3,6 +3,7 @@ python3 -m venv .env
 . .env/bin/activate
 pip3 install nose
 
+git clone https://github.com/westerndigitalcorporation/pyvcd.git
 git clone https://gitlab.com/nmigen/nmigen-boards.git
 git clone https://gitlab.com/nmigen/nmigen.git
 git clone https://git.libre-soc.org/git/c4m-jtag.git
@@ -12,6 +13,11 @@ 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
 
+# pyvcd - needed for nmigen
+cd pyvcd
+git checkout 0.4.0 # latest version tested
+python3 setup.py develop --no-deps
+
 # nmigen
 cd /home/$SUDO_USER/src/nmigen
 git tag | xargs git tag -d # very annoying