3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2026-07-20 14:15:49 +00:00

Bump Yosys to latest

This commit is contained in:
Akash Levy 2025-09-13 04:35:52 -07:00
commit f5cb0c328f
153 changed files with 1096 additions and 989 deletions

View file

@ -191,7 +191,7 @@ struct MemoryMapWorker
}
}
log("Mapping memory %s in module %s:\n", mem.memid.c_str(), module->name.c_str());
log("Mapping memory %s in module %s:\n", mem.memid, module->name);
int abits = ceil_log2(mem.size);
std::vector<RTLIL::SigSpec> data_reg_in(1 << abits);