From: Sebastien Bourdeauducq Date: Thu, 12 Dec 2013 22:16:59 +0000 (+0100) Subject: make.py: update description X-Git-Tag: 24jan2021_ls180~2752 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=ba46cd3da19c095286c9d52aba8671df51beceed;p=litex.git make.py: update description --- diff --git a/make.py b/make.py index f9d6d3dd..1c030b66 100755 --- a/make.py +++ b/make.py @@ -11,7 +11,7 @@ from misoclib.s6ddrphy import initsequence import jtag def _get_args(): - parser = argparse.ArgumentParser(description="MiSoC - a high performance SoC based on Migen.") + parser = argparse.ArgumentParser(description="MiSoC - a high performance and small footprint SoC based on Migen.") parser.add_argument("-p", "--platform", default="mixxeo", help="platform to build for") parser.add_argument("-t", "--target", default="mlabs_video", help="SoC type to build")