mirror of
https://github.com/YosysHQ/yosys
synced 2025-06-06 06:03:23 +00:00
Spell check (by Larry Doolittle)
This commit is contained in:
parent
80910d13a6
commit
84bf862f7c
63 changed files with 220 additions and 220 deletions
|
@ -284,7 +284,7 @@ struct OptReduceWorker
|
|||
did_something = false;
|
||||
|
||||
// merge trees of reduce_* cells to one single cell and unify input vectors
|
||||
// (only handle recduce_and and reduce_or for various reasons)
|
||||
// (only handle reduce_and and reduce_or for various reasons)
|
||||
|
||||
const char *type_list[] = { "$reduce_or", "$reduce_and" };
|
||||
for (auto type : type_list)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue