mirror of
https://github.com/YosysHQ/yosys
synced 2025-10-01 05:29:29 +00:00
Remove .c_str() calls from log()/log_error()
There are some leftovers, but this is an easy regex-based approach that removes most of them.
This commit is contained in:
parent
c2291c10a6
commit
e0ae7b7af4
140 changed files with 623 additions and 623 deletions
|
@ -109,7 +109,7 @@ static void autotest(std::ostream &f, RTLIL::Design *design, int num_iter, int s
|
|||
continue;
|
||||
|
||||
int count_ports = 0;
|
||||
log("Generating test bench for module `%s'.\n", mod->name.c_str());
|
||||
log("Generating test bench for module `%s'.\n", mod->name);
|
||||
for (auto wire : mod->wires()) {
|
||||
if (wire->port_output) {
|
||||
count_ports++;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue