From 54175f918760d3ee2a4d89f926f9e0652d223134 Mon Sep 17 00:00:00 2001 From: Miodrag Milanovic Date: Fri, 7 Jun 2019 13:24:16 +0200 Subject: [PATCH] No need for this one --- ecp5/arch.cc | 4 ---- 1 file changed, 4 deletions(-) diff --git a/ecp5/arch.cc b/ecp5/arch.cc index 1abbd2aa..044ff4d9 100644 --- a/ecp5/arch.cc +++ b/ecp5/arch.cc @@ -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()