From 2c98231f88cd145267048b32a5ce0e4deadc2716 Mon Sep 17 00:00:00 2001 From: Clifford Wolf Date: Thu, 21 Jun 2018 19:36:20 +0200 Subject: Updates from clangformat Signed-off-by: Clifford Wolf --- ice40/arch.h | 15 +++------------ 1 file changed, 3 insertions(+), 12 deletions(-) (limited to 'ice40/arch.h') diff --git a/ice40/arch.h b/ice40/arch.h index 7778e1c5..f3a46f5c 100644 --- a/ice40/arch.h +++ b/ice40/arch.h @@ -515,10 +515,7 @@ struct Arch : BaseCtx return id(chip_info->bel_data[bel.index].name.get()); } - uint32_t getBelChecksum(BelId bel) const - { - return bel.index; - } + uint32_t getBelChecksum(BelId bel) const { return bel.index; } void bindBel(BelId bel, IdString cell) { @@ -612,10 +609,7 @@ struct Arch : BaseCtx return id(chip_info->wire_data[wire.index].name.get()); } - uint32_t getWireChecksum(WireId wire) const - { - return wire.index; - } + uint32_t getWireChecksum(WireId wire) const { return wire.index; } void bindWire(WireId wire, IdString net) { @@ -656,10 +650,7 @@ struct Arch : BaseCtx PipId getPipByName(IdString name) const; IdString getPipName(PipId pip) const; - uint32_t getPipChecksum(PipId pip) const - { - return pip.index; - } + uint32_t getPipChecksum(PipId pip) const { return pip.index; } void bindPip(PipId pip, IdString net) { -- cgit v1.2.3