litex_setup: add nmigen dependency (used to generate Minerva CPU).
authorFlorent Kermarrec <florent@enjoy-digital.fr>
Fri, 1 May 2020 17:09:32 +0000 (19:09 +0200)
committerFlorent Kermarrec <florent@enjoy-digital.fr>
Fri, 1 May 2020 17:10:13 +0000 (19:10 +0200)
This also requires Yosys, but Yosys is already expected to be installed separately.

litex_setup.py

index f2502abc0a12d4de8c7466072330ab11452f1de8..b0ef1f137f86f434eb198843ef80f7478ef5a3e8 100755 (executable)
@@ -17,6 +17,7 @@ current_path = os.path.abspath(os.curdir)
 repos = [
     # HDL
     ("migen",        ("https://github.com/m-labs/",        True,  True)),
+    ("nmigen",       ("https://github.com/nmigen/",        True,  True)),
 
     # LiteX SoC builder
     ("pythondata-software-compiler_rt", ("https://github.com/litex-hub/",     False, True)),