mirror of
https://github.com/YosysHQ/nextpnr.git
synced 2026-05-04 15:15:34 +00:00
No need for this one
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user