examples/make: based on Migen & LiteX
This commit is contained in:
parent
a255bc28ed
commit
daf10e9473
|
@ -38,7 +38,7 @@ def _import(default, name):
|
||||||
def _get_args():
|
def _get_args():
|
||||||
parser = argparse.ArgumentParser(formatter_class=argparse.RawDescriptionHelpFormatter,
|
parser = argparse.ArgumentParser(formatter_class=argparse.RawDescriptionHelpFormatter,
|
||||||
description="""\
|
description="""\
|
||||||
LiteScope - based on Migen.
|
LiteScope - based on Migen & LiteX.
|
||||||
|
|
||||||
This program builds and/or loads LiteScope components.
|
This program builds and/or loads LiteScope components.
|
||||||
One or several actions can be specified:
|
One or several actions can be specified:
|
||||||
|
@ -118,7 +118,7 @@ if __name__ == "__main__":
|
||||||
/_/
|
/_/
|
||||||
|
|
||||||
A small footprint and configurable embedded FPGA
|
A small footprint and configurable embedded FPGA
|
||||||
logic analyzer core powered by LiteX
|
logic analyzer core powered by Migen & LiteX
|
||||||
|
|
||||||
====== Building parameters: ======""")
|
====== Building parameters: ======""")
|
||||||
if hasattr(soc, "io"):
|
if hasattr(soc, "io"):
|
||||||
|
|
Loading…
Reference in New Issue