synth: Fix out-of-sync help message

Co-authored-by: N. Engelhardt <nakengelhardt@gmail.com>
This commit is contained in:
Martin Povišer 2024-03-06 14:55:43 +01:00 committed by GitHub
parent d2a7ce04ea
commit 570a8f12b5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -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())