Skip to content

Commit

Permalink
Update genRuleFile.py
Browse files Browse the repository at this point in the history
Signed-off-by: habibayassin <[email protected]>
  • Loading branch information
habibayassin committed Jul 30, 2024
1 parent 49f1125 commit bfdd8dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions flow/util/genRuleFile.py
Original file line number Diff line number Diff line change
Expand Up @@ -332,9 +332,9 @@ def gen_rule_file(design_dir, update, tighten, failing, variant, golden_metrics=
parser.add_argument('dir', help='Path to the design directory.')
parser.add_argument(
'-v',
'--platform',
'--variant',
default='base',
help='Flow platform [default="asap7"].')
help='Flow variant [default="base"].')
parser.add_argument(
'-u',
'--update',
Expand Down

0 comments on commit bfdd8dc

Please sign in to comment.