abc9: suppress warnings when no compatible + used flop boxes formed
[yosys.git] / misc / yosys-config.in
index 1473948cf51cb28b4fbd1f72ecbea40bfbb407d7..a31ef38c2be4bd5547081b0817b10bce1cb03b99 100644 (file)
@@ -6,7 +6,7 @@ help() {
                echo "Usage: $0 [--exec] [--prefix pf] args.."
                echo "       $0 --build modname.so cppsources.."
                echo ""
-               echo "Replecement args:"
+               echo "Replacement args:"
                echo "    --cxx         @CXX@"
                echo "    --cxxflags    $( echo '@CXXFLAGS@' | fmt -w60 | sed ':a;N;$!ba;s/\n/ \\\n                      /g' )"
                echo "    --ldflags     @LDFLAGS@"
@@ -18,21 +18,21 @@ help() {
                echo ""
                echo "Use --exec to call a command instead of generating output. Example usage:"
                echo ""
-               echo "  yosys-config --exec --cxx --cxxflags --ldflags -o plugin.so -shared plugin.cc --ldlibs"
+               echo "  $0 --exec --cxx --cxxflags --ldflags -o plugin.so -shared plugin.cc --ldlibs"
                echo ""
                echo "The above command can be abbreviated as:"
                echo ""
-               echo "  yosys-config --build plugin.so plugin.cc"
+               echo "  $0 --build plugin.so plugin.cc"
                echo ""
                echo "Use --prefix to change the prefix for the special args from '--' to"
                echo "something else. Example:"
                echo ""
-               echo "  yosys-config --prefix @ bindir: @bindir"
+               echo "  $0 --prefix @ bindir: @bindir"
                echo ""
                echo "The args --bindir and --datdir can be directly followed by a slash and"
                echo "additional text. Example:"
                echo ""
-               echo "  yosys-config --datdir/simlib.v"
+               echo "  $0 --datdir/simlib.v"
                echo ""
        } >&2
        exit 1