examples/make: based on Migen & LiteX

This commit is contained in:
Florent Kermarrec 2019-12-02 13:03:02 +01:00
parent a255bc28ed
commit daf10e9473
1 changed files with 2 additions and 2 deletions

View File

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