make.py: update description
This commit is contained in:
parent
860f27300f
commit
ba46cd3da1
2
make.py
2
make.py
|
@ -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")
|
||||||
|
|
Loading…
Reference in New Issue