3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-10-20 14:20:32 +00:00

I thought I removed this...

This commit is contained in:
Lofty 2025-10-01 12:47:21 +01:00
parent b8254b96c7
commit 9c8a563305

View file

@ -82,7 +82,6 @@ struct EdifNames
used_names.count(gen_name) == 0)
break;
}
log("renamed '%s' to '%s'\n", id, gen_name);
generated_names.insert(gen_name);
name_map[id] = gen_name;
return gen_name;