aboutsummaryrefslogtreecommitdiffstats
path: root/generic/arch.cc
diff options
context:
space:
mode:
Diffstat (limited to 'generic/arch.cc')
-rw-r--r--generic/arch.cc11
1 files changed, 11 insertions, 0 deletions
diff --git a/generic/arch.cc b/generic/arch.cc
index 5617fa63..674f7af7 100644
--- a/generic/arch.cc
+++ b/generic/arch.cc
@@ -604,6 +604,17 @@ void Arch::assignArchInfo()
}
}
+void Arch::archInfoToAttributes()
+{
+ commonInfoToAttributes();
+}
+
+void Arch::attributesToArchInfo()
+{
+ attributesToCommonInfo();
+ assignArchInfo();
+}
+
bool Arch::cellsCompatible(const CellInfo **cells, int count) const
{
const NetInfo *clk = nullptr;