mirror of
https://github.com/YosysHQ/yosys
synced 2025-12-16 09:19:00 +00:00
Make it safe to access .c_str() for autoidx IDs in a multithreaded context
This commit is contained in:
parent
948001f39f
commit
b23dc345ae
3 changed files with 14 additions and 9 deletions
|
|
@ -164,8 +164,7 @@ pyosys_headers = [
|
|||
{
|
||||
"global_id_storage_",
|
||||
"global_id_index_",
|
||||
"global_negative_id_storage_",
|
||||
"global_negative_id_prefix_storage_",
|
||||
"global_autoidx_id_storage_",
|
||||
"global_refcount_storage_",
|
||||
"global_free_idx_list_",
|
||||
"builtin_ff_cell_types",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue