diff options
author | Clifford Wolf <clifford@clifford.at> | 2015-02-01 23:07:00 +0100 |
---|---|---|
committer | Clifford Wolf <clifford@clifford.at> | 2015-02-01 23:07:00 +0100 |
commit | 30ec64656b42073e4b9ba59b5df9a29980b6a51e (patch) | |
tree | 0ffa1df62c3719e1dd68e54b5b76e9b7607eab26 /passes/abc | |
parent | bebbf2e5a4ca6a1378f621243dfc06b185a6884e (diff) | |
parent | 6eb34038f4016c49fed951eae54a14baefe13962 (diff) | |
download | yosys-30ec64656b42073e4b9ba59b5df9a29980b6a51e.tar.gz yosys-30ec64656b42073e4b9ba59b5df9a29980b6a51e.tar.bz2 yosys-30ec64656b42073e4b9ba59b5df9a29980b6a51e.zip |
Merge branch 'master' of github.com:cliffordwolf/yosys
Diffstat (limited to 'passes/abc')
-rw-r--r-- | passes/abc/abc.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/passes/abc/abc.cc b/passes/abc/abc.cc index 16b66d47d..69da710f2 100644 --- a/passes/abc/abc.cc +++ b/passes/abc/abc.cc @@ -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"); |