From 78e6631f766194c078b6cd32d520146e6ab257a4 Mon Sep 17 00:00:00 2001 From: Miodrag Milanovic Date: Fri, 7 Jun 2019 13:49:19 +0200 Subject: Cleanup --- ice40/arch.cc | 11 ----------- ice40/arch.h | 2 -- 2 files changed, 13 deletions(-) (limited to 'ice40') diff --git a/ice40/arch.cc b/ice40/arch.cc index 659717f8..b7207ca9 100644 --- a/ice40/arch.cc +++ b/ice40/arch.cc @@ -1234,17 +1234,6 @@ void Arch::assignCellInfo(CellInfo *cell) } } -void Arch::archInfoToAttributes() -{ - commonInfoToAttributes(); -} - -void Arch::attributesToArchInfo() -{ - attributesToCommonInfo(); - assignArchInfo(); -} - const std::string Arch::defaultPlacer = "sa"; const std::vector Arch::availablePlacers = {"sa", diff --git a/ice40/arch.h b/ice40/arch.h index 8b6942cb..ea29f4f1 100644 --- a/ice40/arch.h +++ b/ice40/arch.h @@ -878,8 +878,6 @@ struct Arch : BaseCtx // netlist modifications, and validity checks void assignArchInfo(); void assignCellInfo(CellInfo *cell); - void archInfoToAttributes(); - void attributesToArchInfo(); // ------------------------------------------------- BelPin getIOBSharingPLLPin(BelId pll, IdString pll_pin) const -- cgit v1.2.3