From f44a5fb904e6e52e8383e8f13d9b3f4ab9d7ce48 Mon Sep 17 00:00:00 2001 From: Eddie Hung Date: Mon, 6 Aug 2018 17:35:23 -0700 Subject: clangformat --- ecp5/arch.cc | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'ecp5/arch.cc') diff --git a/ecp5/arch.cc b/ecp5/arch.cc index 4a3e8ef3..de3abd44 100644 --- a/ecp5/arch.cc +++ b/ecp5/arch.cc @@ -375,7 +375,6 @@ BelId Arch::getPioByFunctionName(const std::string &name) const } std::vector Arch::getBelPins(BelId bel) const - { std::vector ret; NPNR_ASSERT(bel != BelId()); @@ -500,11 +499,7 @@ IdString Arch::getPortClock(const CellInfo *cell, IdString port) const { return bool Arch::isClockPort(const CellInfo *cell, IdString port) const { return false; } -bool Arch::isIOCell(const CellInfo *cell) const -{ - return cell->type == id("TRELLIS_IO"); -} - +bool Arch::isIOCell(const CellInfo *cell) const { return cell->type == id("TRELLIS_IO"); } std::vector> Arch::getTilesAtLocation(int row, int col) { -- cgit v1.2.3