make.py: update description

This commit is contained in:
Sebastien Bourdeauducq 2013-12-12 23:16:59 +01:00
parent 860f27300f
commit ba46cd3da1
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ from misoclib.s6ddrphy import initsequence
import jtag import jtag
def _get_args(): 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("-p", "--platform", default="mixxeo", help="platform to build for")
parser.add_argument("-t", "--target", default="mlabs_video", help="SoC type to build") parser.add_argument("-t", "--target", default="mlabs_video", help="SoC type to build")