Skip to content

Commit

Permalink
techmap: Rephrase help
Browse files Browse the repository at this point in the history
  • Loading branch information
povik committed Dec 3, 2024
1 parent 2962f8f commit 1c7bb70
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions passes/techmap/techmap.cc
Original file line number Diff line number Diff line change
Expand Up @@ -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");
Expand Down

0 comments on commit 1c7bb70

Please sign in to comment.