ipbus/ipbb

Conflict in vivado options

Closed this issue · 1 comments

The -o option is used for two different ipbb vivado options:

@click.option('-o/-1', '--optimize/--single', 'aOptimise', default=True, help="Toggle project script optimisation.")

and

@click.option('-o', '--to-stdout', 'aToStdout', is_flag=True, help="Print Vivado tcl commands to screen and exit (dry run).")

This is a conflict, but it seems to go unnoticed because the default for both --optimize and --to-stdout is true.

Damn. It shall be fixed.