mirror of
https://github.com/YosysHQ/yosys
synced 2025-07-24 21:27:00 +00:00
Fixed cstr_buf for std::string with small string optimization
This commit is contained in:
parent
3a6abc9bf6
commit
4c733301e6
6 changed files with 16 additions and 5 deletions
|
@ -41,7 +41,7 @@ struct ShowWorker
|
|||
{
|
||||
CellTypes ct;
|
||||
|
||||
std::vector<std::string> dot_escape_store;
|
||||
vector<shared_str> dot_escape_store;
|
||||
std::map<RTLIL::IdString, int> dot_id2num_store;
|
||||
std::map<RTLIL::IdString, int> autonames;
|
||||
int single_idx_count;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue