diff options
-rw-r--r-- | ecp5/arch.cc | 4 |
1 files changed, 0 insertions, 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() |