aboutsummaryrefslogtreecommitdiffstats
path: root/ice40/bitstream.cc
diff options
context:
space:
mode:
authorDavid Shah <dave@ds0.me>2018-12-06 10:52:46 +0000
committerDavid Shah <dave@ds0.me>2018-12-06 10:52:46 +0000
commit88e1e6bdf4d01d31389fce92cdc88e16c9a5ebc1 (patch)
treee8f0a84fceeb2176c8bdef167d036a1738de4a0b /ice40/bitstream.cc
parent2fef79c2764d05a19ed2334c17968e72492c870e (diff)
downloadnextpnr-88e1e6bdf4d01d31389fce92cdc88e16c9a5ebc1.tar.gz
nextpnr-88e1e6bdf4d01d31389fce92cdc88e16c9a5ebc1.tar.bz2
nextpnr-88e1e6bdf4d01d31389fce92cdc88e16c9a5ebc1.zip
clangformat
Signed-off-by: David Shah <dave@ds0.me>
Diffstat (limited to 'ice40/bitstream.cc')
-rw-r--r--ice40/bitstream.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/ice40/bitstream.cc b/ice40/bitstream.cc
index 87d77b9d..83664169 100644
--- a/ice40/bitstream.cc
+++ b/ice40/bitstream.cc
@@ -592,7 +592,7 @@ void write_asc(const Context *ctx, std::ostream &out)
configure_extra_cell(config, ctx, cell.second.get(), rgba_params, true, std::string("IpConfig."));
set_ec_cbit(config, ctx, get_ec_config(ctx->chip_info, cell.second->bel), "RGBA_DRV_EN", true, "IpConfig.");
} else if (cell.second->type == ctx->id("SB_WARMBOOT") || cell.second->type == ctx->id("ICESTORM_LFOSC") ||
- cell.second->type == ctx->id("SB_LEDDA_IP") ) {
+ cell.second->type == ctx->id("SB_LEDDA_IP")) {
// No config needed
} else if (cell.second->type == ctx->id("ICESTORM_SPRAM")) {
const BelInfoPOD &beli = ci.bel_data[bel.index];