mirror of
https://github.com/YosysHQ/yosys
synced 2025-08-03 09:50:24 +00:00
typo
This commit is contained in:
parent
bfff7a47f1
commit
85e0e8ca67
1 changed files with 2 additions and 2 deletions
|
@ -218,8 +218,8 @@ struct OptDffWorker
|
|||
|
||||
bool redundant = true;
|
||||
|
||||
for (const auto& pt : smaller)
|
||||
if (larger.count(pt.first) == 0 || larger[pt.first] != pt.second)
|
||||
for (const auto& pt : left)
|
||||
if (right.count(pt.first) == 0 || right.at(pt.first) != pt.second)
|
||||
redundant = false;
|
||||
if (redundant)
|
||||
new_patterns.erase(right);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue