mirror of https://github.com/YosysHQ/yosys.git
synth: Fix out-of-sync help message
Co-authored-by: N. Engelhardt <nakengelhardt@gmail.com>
This commit is contained in:
parent
d2a7ce04ea
commit
570a8f12b5
|
@ -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 <inject>", " (if -inject)");
|
||||
run("techmap", " (unless -extra-map)");
|
||||
run("techmap -map +/techmap.v -map <inject>", " (if -extra-map)");
|
||||
} else {
|
||||
std::string techmap_opts;
|
||||
if (!techmap_maps.empty())
|
||||
|
|
Loading…
Reference in New Issue