mirror of
https://github.com/litex-hub/litex-boards.git
synced 2025-01-03 03:43:36 -05:00
fix help text
This commit is contained in:
parent
ec2f9480b8
commit
e0e8600db4
1 changed files with 1 additions and 1 deletions
|
@ -122,7 +122,7 @@ class BaseSoC(SoCCore):
|
|||
|
||||
def main():
|
||||
from litex.build.parser import LiteXArgumentParser
|
||||
parser = LiteXArgumentParser(platform=sipeed_tang_nano_20k.Platform, description="LiteX SoC on Tang Primer 20K.")
|
||||
parser = LiteXArgumentParser(platform=sipeed_tang_nano_20k.Platform, description="LiteX SoC on Tang Nano 20K.")
|
||||
parser.add_target_argument("--flash", action="store_true", help="Flash Bitstream.")
|
||||
parser.add_target_argument("--sys-clk-freq", default=48e6, type=float, help="System clock frequency.")
|
||||
sdopts = parser.target_group.add_mutually_exclusive_group()
|
||||
|
|
Loading…
Reference in a new issue