mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-06 17:44:09 +00:00
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(" '-nooverwrite' option set.\n");
|
||||||
log("\n");
|
log("\n");
|
||||||
log(" -dont_map <celltype>\n");
|
log(" -dont_map <celltype>\n");
|
||||||
log(" ignore any mapping rules for the given cell type, that is leave it\n");
|
log(" leave the given cell type unmapped by ignoring any mapping rules for it\n");
|
||||||
log(" unmapped.\n");
|
|
||||||
log("\n");
|
log("\n");
|
||||||
log("When a module in the map file has the 'techmap_celltype' attribute set, it will\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");
|
log("match cells with a type that match the text value of this attribute. Otherwise\n");
|
||||||
|
|
Loading…
Reference in a new issue