diff --git a/techlibs/common/synth.cc b/techlibs/common/synth.cc index 68be34f20..74a484d59 100644 --- a/techlibs/common/synth.cc +++ b/techlibs/common/synth.cc @@ -271,8 +271,8 @@ struct SynthPass : public ScriptPass { run("memory_map"); run("opt -full"); if (help_mode) { - run("techmap", " (unless -inject)"); - run("techmap -map +/techmap.v -map ", " (if -inject)"); + run("techmap", " (unless -extra-map)"); + run("techmap -map +/techmap.v -map ", " (if -extra-map)"); } else { std::string techmap_opts; if (!techmap_maps.empty())