mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-27 02:45:52 +00:00
Fixed typos found by lintian
This commit is contained in:
parent
3cbfa3815e
commit
49649d6ef0
2 changed files with 3 additions and 3 deletions
|
@ -1174,7 +1174,7 @@ struct AbcPass : public Pass {
|
|||
log(" -markgroups\n");
|
||||
log(" set a 'abcgroup' attribute on all objects created by ABC. The value of\n");
|
||||
log(" this attribute is a unique integer for each ABC process started. This\n");
|
||||
log(" is usefull for debugging the partitioning of clock domains.\n");
|
||||
log(" is useful for debugging the partitioning of clock domains.\n");
|
||||
log("\n");
|
||||
log("When neither -liberty nor -lut is used, the Yosys standard cell library is\n");
|
||||
log("loaded into ABC before the ABC script is executed.\n");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue