[engine] bug

This commit is contained in:
tangxifan 2022-10-17 15:26:21 -07:00
parent 609e096b1a
commit c4de6655b6
1 changed files with 1 additions and 1 deletions

View File

@ -533,7 +533,7 @@ static ShellCommandId add_openfpga_pcf2place_command(
shell_cmd.add_option("pin_table_direction_convention", false,
"the convention to follow when inferring pin "
"direction from the name of ports in pin table file");
shell_cmd.set_option_require_value(opt_fpga_fix_pins_file,
shell_cmd.set_option_require_value(opt_pin_table_dir_convention,
openfpga::OPT_STRING);
/* Add an option '--no_time_stamp' */