aboutsummaryrefslogtreecommitdiffstats
path: root/ecp5
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 /ecp5
parent54175f918760d3ee2a4d89f926f9e0652d223134 (diff)
downloadnextpnr-78e6631f766194c078b6cd32d520146e6ab257a4.tar.gz
nextpnr-78e6631f766194c078b6cd32d520146e6ab257a4.tar.bz2
nextpnr-78e6631f766194c078b6cd32d520146e6ab257a4.zip
Cleanup
Diffstat (limited to 'ecp5')
-rw-r--r--ecp5/arch.cc11
-rw-r--r--ecp5/arch.h2
2 files changed, 0 insertions, 13 deletions
diff --git a/ecp5/arch.cc b/ecp5/arch.cc
index 044ff4d9..e796c9db 100644
--- a/ecp5/arch.cc
+++ b/ecp5/arch.cc
@@ -989,17 +989,6 @@ WireId Arch::getBankECLK(int bank, int eclk)
return getWireByLocAndBasename(Location(0, 0), "G_BANK" + std::to_string(bank) + "ECLK" + std::to_string(eclk));
}
-void Arch::archInfoToAttributes()
-{
- commonInfoToAttributes();
-}
-
-void Arch::attributesToArchInfo()
-{
- attributesToCommonInfo();
- assignArchInfo();
-}
-
#ifdef WITH_HEAP
const std::string Arch::defaultPlacer = "heap";
#else
diff --git a/ecp5/arch.h b/ecp5/arch.h
index 23a264ec..3de06a42 100644
--- a/ecp5/arch.h
+++ b/ecp5/arch.h
@@ -994,8 +994,6 @@ struct Arch : BaseCtx
bool slicesCompatible(const std::vector<const CellInfo *> &cells) const;
void assignArchInfo();
- void archInfoToAttributes();
- void attributesToArchInfo();
void permute_luts();