3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-10-09 17:31:59 +00:00

I thought I removed this...

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

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;