Use semicolon

This commit is contained in:
Eddie Hung 2019-08-21 11:47:17 -07:00
parent 5d0f6cbd54
commit c7af71ecde
1 changed files with 1 additions and 1 deletions

View File

@ -386,7 +386,7 @@ struct SynthXilinxPass : public ScriptPass
if (check_label("map_luts")) {
run("opt_expr -mux_undef");
if (help_mode)
run("abc -luts 2:2,3,6:5[,10,20] [-dff]", "(option for 'nowidelut', option for '-retime')");
run("abc -luts 2:2,3,6:5[,10,20] [-dff]", "(option for 'nowidelut'; option for '-retime')");
else if (abc9) {
if (family != "xc7")
log_warning("'synth_xilinx -abc9' currently supports '-family xc7' only.\n");