Use semicolon
authorEddie Hung <eddie@fpgeh.com>
Wed, 21 Aug 2019 18:47:17 +0000 (11:47 -0700)
committerEddie Hung <eddie@fpgeh.com>
Wed, 21 Aug 2019 18:47:17 +0000 (11:47 -0700)
techlibs/xilinx/synth_xilinx.cc

index 2181923150339f407bc7fcee49c288a3a0672bd7..8d0cf84f3fb5982f286c1a586161cbcc6a20bc67 100644 (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");