mirror of https://github.com/YosysHQ/yosys.git
techmap: Rephrase help
This commit is contained in:
parent
2962f8fa88
commit
1c7bb700c9
|
@ -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");
|
||||
|
|
Loading…
Reference in New Issue