From: Luke Kenneth Casson Leighton Date: Fri, 23 Apr 2021 12:27:05 +0000 (+0100) Subject: add nmutil to setup.py commented out X-Git-Tag: 0.0.1~53 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=6ecb11e86ad7e8f8ab47657ff8cdce8016630c5d;p=openpower-isa.git add nmutil to setup.py commented out --- diff --git a/setup.py b/setup.py index d7a5b7ad..d2b0216d 100644 --- a/setup.py +++ b/setup.py @@ -16,6 +16,7 @@ version = '0.0.1' install_requires = [ 'nmigen', + #'nmutil', # can be obtained with pip3, best done manually ] test_requires = [