[engine] typo

This commit is contained in:
tangxifan 2022-12-30 18:18:51 -08:00
parent d329f0bb44
commit bffb4eedc9
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ void add_vpr_commands(openfpga::Shell<OpenfpgaContext>& shell) {
*/
Command shell_cmd_vpr_stdalone("vpr_standalone");
ShellCommandId shell_cmd_vpr_stdalone_id = shell.add_command(
shell_cmd_vpr,
shell_cmd_vpr_stdalone,
"Start a standalone VPR core engine to pack, place and route a BLIF "
"design on a FPGA architecture; Note that this command will NOT keep VPR "
"results!");