mirror of
https://github.com/YosysHQ/yosys
synced 2025-08-07 19:51:23 +00:00
More cleanups related to RTLIL::IdString usage
This commit is contained in:
parent
14412e6c95
commit
b9bd22b8c8
33 changed files with 237 additions and 261 deletions
|
@ -62,7 +62,7 @@ void write_kiss2(struct RTLIL::Module *module, struct RTLIL::Cell *cell, std::st
|
|||
}
|
||||
else {
|
||||
kiss_name.assign(module->name);
|
||||
kiss_name.append('-' + cell->name + ".kiss2");
|
||||
kiss_name.append('-' + cell->name.str() + ".kiss2");
|
||||
}
|
||||
|
||||
log("\n");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue