tilegrid: fix help message

Signed-off-by: John McMaster <johndmcmaster@gmail.com>
This commit is contained in:
John McMaster 2018-10-17 12:02:31 -07:00
parent 62d89d6776
commit 3d55b76b34
1 changed files with 1 additions and 1 deletions

View File

@ -549,7 +549,7 @@ def main():
parser = argparse.ArgumentParser(
description=
'Generate a simple wrapper to test synthesizing an arbitrary verilog module'
'Generate tilegrid.json from bitstream deltas'
)
parser.add_argument('--verbose', action='store_true', help='')