From 5aeb7d85e6d5da6ff8776630e6bbe9eea9ac37cd Mon Sep 17 00:00:00 2001 From: Florent Kermarrec Date: Thu, 21 May 2020 10:18:06 +0200 Subject: [PATCH] targets/acorn_cle_215: fix typo in description. --- litex_boards/targets/acorn_cle_215.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/litex_boards/targets/acorn_cle_215.py b/litex_boards/targets/acorn_cle_215.py index 8858c39..ae57b3e 100755 --- a/litex_boards/targets/acorn_cle_215.py +++ b/litex_boards/targets/acorn_cle_215.py @@ -197,7 +197,7 @@ class PCIeSoC(SoCCore): # Build -------------------------------------------------------------------------------------------- def main(): - parser = argparse.ArgumentParser(description="LiteX SoC on LiteX SoC on Acorn CLE 215+") + parser = argparse.ArgumentParser(description="LiteX SoC on Acorn CLE 215+") parser.add_argument("--build", action="store_true", help="Build bitstream") parser.add_argument("--load", action="store_true", help="Load bitstream") parser.add_argument("--flash", action="store_true", help="Flash bitstream")