aboutsummaryrefslogtreecommitdiffstats
path: root/generic
diff options
context:
space:
mode:
authorMiodrag Milanovic <mmicko@gmail.com>2019-06-07 13:49:19 +0200
committerMiodrag Milanovic <mmicko@gmail.com>2019-06-07 13:49:19 +0200
commit78e6631f766194c078b6cd32d520146e6ab257a4 (patch)
treea78b788c13978492fbb280d01f748658ec827c65 /generic
parent54175f918760d3ee2a4d89f926f9e0652d223134 (diff)
downloadnextpnr-78e6631f766194c078b6cd32d520146e6ab257a4.tar.gz
nextpnr-78e6631f766194c078b6cd32d520146e6ab257a4.tar.bz2
nextpnr-78e6631f766194c078b6cd32d520146e6ab257a4.zip
Cleanup
Diffstat (limited to 'generic')
-rw-r--r--generic/arch.cc11
-rw-r--r--generic/arch.h2
2 files changed, 0 insertions, 13 deletions
diff --git a/generic/arch.cc b/generic/arch.cc
index 674f7af7..5617fa63 100644
--- a/generic/arch.cc
+++ b/generic/arch.cc
@@ -604,17 +604,6 @@ 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;
diff --git a/generic/arch.h b/generic/arch.h
index f553c613..e9d3593c 100644
--- a/generic/arch.h
+++ b/generic/arch.h
@@ -288,8 +288,6 @@ struct Arch : BaseCtx
// Internal usage
void assignArchInfo();
bool cellsCompatible(const CellInfo **cells, int count) const;
- void archInfoToAttributes();
- void attributesToArchInfo();
};
NEXTPNR_NAMESPACE_END