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:
commit
f5cb0c328f
153 changed files with 1096 additions and 989 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue