mirror of
https://github.com/YosysHQ/yosys
synced 2025-09-19 07:54:51 +00:00
Remove .c_str() from stringf parameters
This commit is contained in:
parent
c41ba912d8
commit
c7df6954b9
90 changed files with 773 additions and 773 deletions
|
@ -244,7 +244,7 @@ struct MemoryMapWorker
|
|||
data_reg_in[idx] = w_in;
|
||||
c->setPort(ID::D, w_in);
|
||||
|
||||
std::string w_out_name = stringf("%s[%d]", mem.memid.c_str(), addr);
|
||||
std::string w_out_name = stringf("%s[%d]", mem.memid, addr);
|
||||
if (module->wires_.count(w_out_name) > 0)
|
||||
w_out_name = genid(mem.memid, "", addr, "$q");
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue