No need for this one

This commit is contained in:
Miodrag Milanovic 2019-06-07 13:24:16 +02:00
parent a8871ea8aa
commit 54175f9187

View File

@ -992,10 +992,6 @@ WireId Arch::getBankECLK(int bank, int eclk)
void Arch::archInfoToAttributes()
{
commonInfoToAttributes();
for (auto &net : getCtx()->nets) {
auto ni = net.second.get();
ni->attrs[id("IS_GLOBAL")] = ni->is_global ? "1" : "0";
}
}
void Arch::attributesToArchInfo()