[Tool] Patch data type of report bitstream distribution command-line option

This commit is contained in:
tangxifan 2021-05-07 11:44:01 -06:00
parent db9bb9124e
commit c4ecc9ee7c
1 changed files with 1 additions and 1 deletions

View File

@ -90,7 +90,7 @@ ShellCommandId add_openfpga_report_bitstream_distribution_command(openfpga::Shel
/* Add an option '--depth' */
CommandOptionId opt_depth = shell_cmd.add_option("depth", false, "Specify the max. depth of blocks which will appear in report");
shell_cmd.set_option_require_value(opt_depth, openfpga::OPT_INT);
shell_cmd.set_option_require_value(opt_depth, openfpga::OPT_STRING);
/* Add an option '--verbose' */
shell_cmd.add_option("verbose", false, "Enable verbose output");