mirror of
https://github.com/YosysHQ/yosys.git
synced 2026-08-22 14:17:27 +02:00
Opt
This commit is contained in:
@@ -102,7 +102,7 @@ struct ShregmapTechXilinx7 : ShregmapTech
|
||||
|
||||
virtual void init(const Module* module, const SigMap &sigmap) override
|
||||
{
|
||||
for (auto i : module->cells_) {
|
||||
for (const auto &i : module->cells_) {
|
||||
auto cell = i.second;
|
||||
if (cell->type != "$shiftx") continue;
|
||||
if (cell->getParam("\\Y_WIDTH") != 1) continue;
|
||||
|
||||
Reference in New Issue
Block a user