From 1c7bb700c966b75dc516205b16b80bc2971671e9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Povi=C5=A1er?= <povik@cutebit.org> Date: Tue, 3 Dec 2024 20:20:00 +0100 Subject: [PATCH] techmap: Rephrase help --- passes/techmap/techmap.cc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/passes/techmap/techmap.cc b/passes/techmap/techmap.cc index 84bcbb2c7..b77bab69e 100644 --- a/passes/techmap/techmap.cc +++ b/passes/techmap/techmap.cc @@ -1029,8 +1029,7 @@ struct TechmapPass : public Pass { log(" '-nooverwrite' option set.\n"); log("\n"); log(" -dont_map <celltype>\n"); - log(" ignore any mapping rules for the given cell type, that is leave it\n"); - log(" unmapped.\n"); + log(" leave the given cell type unmapped by ignoring any mapping rules for it\n"); log("\n"); log("When a module in the map file has the 'techmap_celltype' attribute set, it will\n"); log("match cells with a type that match the text value of this attribute. Otherwise\n");