aboutsummaryrefslogtreecommitdiffstats
path: root/ice40/cells.h
diff options
context:
space:
mode:
authorDavid Shah <dave@ds0.me>2019-06-24 11:43:01 +0100
committerDavid Shah <dave@ds0.me>2019-06-24 11:43:01 +0100
commitfa77a5ae4a714e738b65186eb73c7650c3447163 (patch)
tree2c20a498515b252ee89dfeabd0b40f119626d566 /ice40/cells.h
parent678cffb9c7acab1a1dfd8d7f0ed84e5d35e72ee3 (diff)
downloadnextpnr-fa77a5ae4a714e738b65186eb73c7650c3447163.tar.gz
nextpnr-fa77a5ae4a714e738b65186eb73c7650c3447163.tar.bz2
nextpnr-fa77a5ae4a714e738b65186eb73c7650c3447163.zip
clangformat
Signed-off-by: David Shah <dave@ds0.me>
Diffstat (limited to 'ice40/cells.h')
-rw-r--r--ice40/cells.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/ice40/cells.h b/ice40/cells.h
index 25a98573..3d9358da 100644
--- a/ice40/cells.h
+++ b/ice40/cells.h
@@ -78,7 +78,10 @@ inline bool is_sb_rgba_drv(const BaseCtx *ctx, const CellInfo *cell) { return ce
inline bool is_sb_rgb_drv(const BaseCtx *ctx, const CellInfo *cell) { return cell->type == ctx->id("SB_RGB_DRV"); }
-inline bool is_sb_led_drv_cur(const BaseCtx *ctx, const CellInfo *cell) { return cell->type == ctx->id("SB_LED_DRV_CUR"); }
+inline bool is_sb_led_drv_cur(const BaseCtx *ctx, const CellInfo *cell)
+{
+ return cell->type == ctx->id("SB_LED_DRV_CUR");
+}
inline bool is_sb_ledda_ip(const BaseCtx *ctx, const CellInfo *cell) { return cell->type == ctx->id("SB_LEDDA_IP"); }