aboutsummaryrefslogtreecommitdiffstats
path: root/nexus/arch.cc
diff options
context:
space:
mode:
authorDavid Shah <dave@ds0.me>2020-01-10 20:21:01 +0000
committerDavid Shah <dave@ds0.me>2020-11-30 08:45:27 +0000
commit2c49f812d9c2bb3df423b8e6b510be8e73948e38 (patch)
treed214fe04bc770fe130b58af78c587488e765799f /nexus/arch.cc
parenteb15463406c5784f7c3599163ba40571188d57c7 (diff)
downloadnextpnr-2c49f812d9c2bb3df423b8e6b510be8e73948e38.tar.gz
nextpnr-2c49f812d9c2bb3df423b8e6b510be8e73948e38.tar.bz2
nextpnr-2c49f812d9c2bb3df423b8e6b510be8e73948e38.zip
nexus: Add packing framework
Signed-off-by: David Shah <dave@ds0.me>
Diffstat (limited to 'nexus/arch.cc')
-rw-r--r--nexus/arch.cc8
1 files changed, 0 insertions, 8 deletions
diff --git a/nexus/arch.cc b/nexus/arch.cc
index 4b924a86..b0a22894 100644
--- a/nexus/arch.cc
+++ b/nexus/arch.cc
@@ -376,14 +376,6 @@ bool Arch::getBudgetOverride(const NetInfo *net_info, const PortRef &sink, delay
// -----------------------------------------------------------------------
-bool Arch::pack()
-{
- // FIXME
- getCtx()->attrs[getCtx()->id("step")] = std::string("pack");
- archInfoToAttributes();
- return true;
-}
-
bool Arch::place()
{
std::string placer = str_or_default(settings, id("placer"), defaultPlacer);