Skip to content

Commit

Permalink
Merge pull request #536 from darryln-bht/master
Browse files Browse the repository at this point in the history
fix help text in sipeed_tang_nano_20k
  • Loading branch information
enjoy-digital authored Oct 14, 2023
2 parents ec2f948 + e0e8600 commit 58bb0a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion litex_boards/targets/sipeed_tang_nano_20k.py
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ def __init__(self):

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()
Expand Down

0 comments on commit 58bb0a8

Please sign in to comment.