3
0
Fork 0
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:
Robert O'Callahan 2025-11-25 01:02:01 +00:00
parent 948001f39f
commit b23dc345ae
3 changed files with 14 additions and 9 deletions

View file

@ -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",