mirror of
https://github.com/litex-hub/litex-boards.git
synced 2025-01-03 03:43:36 -05:00
QMTech XC7A35T: fix argument parser description
This commit is contained in:
parent
eec1078736
commit
df447ddc87
1 changed files with 1 additions and 1 deletions
|
@ -143,7 +143,7 @@ class BaseSoC(SoCCore):
|
|||
# Build --------------------------------------------------------------------------------------------
|
||||
|
||||
def main():
|
||||
parser = argparse.ArgumentParser(description="LiteX SoC on Arty A7")
|
||||
parser = argparse.ArgumentParser(description="LiteX SoC on QMTech XC7A35T")
|
||||
parser.add_argument("--toolchain", default="vivado", help="Toolchain use to build (default: vivado)")
|
||||
parser.add_argument("--build", action="store_true", help="Build bitstream")
|
||||
parser.add_argument("--load", action="store_true", help="Load bitstream")
|
||||
|
|
Loading…
Reference in a new issue