1
0
mirror of synced 2026-04-15 01:34:14 +00:00

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

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