3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-08-03 09:50:24 +00:00
This commit is contained in:
Anhijkt 2025-07-30 21:40:20 +03:00
parent bfff7a47f1
commit 85e0e8ca67

View file

@ -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);