efinix_trion_t120_bga576: Fix argparse description.

This commit is contained in:
Florent Kermarrec 2021-10-13 17:28:43 +02:00
parent 1b4c9fb590
commit ad773b6f2f
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@ class BaseSoC(SoCCore):
# Build --------------------------------------------------------------------------------------------
def main():
parser = argparse.ArgumentParser(description="LiteX SoC on Basys3")
parser = argparse.ArgumentParser(description="LiteX SoC on Efinix Trion T120 BGA576 Dev Kit")
parser.add_argument("--build", action="store_true", help="Build bitstream")
parser.add_argument("--load", action="store_true", help="Load bitstream")
builder_args(parser)