From 61ee9315e75f03bac74cddae7af906549af073b5 Mon Sep 17 00:00:00 2001 From: Luke Kenneth Casson Leighton Date: Mon, 29 Mar 2021 16:02:39 +0100 Subject: [PATCH] comment out nosetests, add in a few "make" commands needed --- hdl-dev-repos-virtualenv | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/hdl-dev-repos-virtualenv b/hdl-dev-repos-virtualenv index ab287bf..3472ba9 100755 --- a/hdl-dev-repos-virtualenv +++ b/hdl-dev-repos-virtualenv @@ -21,8 +21,14 @@ git submodule update --init --recursive python3 setup.py develop cd ../nmigen-soc python3 setup.py develop + +# soc install cd ../soc make gitupdate python3 setup.py develop -python src/soc/decoder/pseudo/pywriter.py -nosetests -v --processes=-1 --process-timeout=120 +make pywriter +make mkpinmux +make svanalysis + +# comment this out - takes too long. run it manually +# nosetests -v --processes=-1 --process-timeout=120 -- 2.30.2