From 3964565e1572a859be55da17599d0f1b6edba2a0 Mon Sep 17 00:00:00 2001 From: Tim 'mithro' Ansell Date: Sun, 23 Feb 2020 13:38:05 -0800 Subject: [PATCH] Fixed quotes in `litex_setup.py` --- litex_setup.py | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/litex_setup.py b/litex_setup.py index ca1d4f49e..9de1e7494 100755 --- a/litex_setup.py +++ b/litex_setup.py @@ -37,13 +37,13 @@ repos = [ ("litex-boards", ("https://github.com/litex-hub/", False, True)), # Optional LiteX data - ('litex-data-cpu-blackparrot', ("https://github.com/litex-hub/", False, True)) - ('litex-data-cpu-mor1kx', ("https://github.com/litex-hub/", False, True)) - ('litex-data-cpu-lm32', ("https://github.com/litex-hub/", False, True)) - ('litex-data-cpu-microwatt', ("https://github.com/litex-hub/", False, True)) - ('litex-data-cpu-picorv32', ("https://github.com/litex-hub/", False, True)) - ('litex-data-cpu-rocket', ("https://github.com/litex-hub/", False, True)) - ('litex-data-misc-tapcfg', ("https://github.com/litex-hub/", False, True)) + ("litex-data-cpu-blackparrot", ("https://github.com/litex-hub/", False, True)) + ("litex-data-cpu-mor1kx", ("https://github.com/litex-hub/", False, True)) + ("litex-data-cpu-lm32", ("https://github.com/litex-hub/", False, True)) + ("litex-data-cpu-microwatt", ("https://github.com/litex-hub/", False, True)) + ("litex-data-cpu-picorv32", ("https://github.com/litex-hub/", False, True)) + ("litex-data-cpu-rocket", ("https://github.com/litex-hub/", False, True)) + ("litex-data-misc-tapcfg", ("https://github.com/litex-hub/", False, True)) ] repos = OrderedDict(repos)