From df7e26c1aa9b8727bacf56ab0d592df5cef63bb5 Mon Sep 17 00:00:00 2001 From: gatecat Date: Wed, 9 Mar 2022 17:12:59 +0000 Subject: clangformat Signed-off-by: gatecat --- nexus/pack.cc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'nexus/pack.cc') diff --git a/nexus/pack.cc b/nexus/pack.cc index bff50d89..66d897a8 100644 --- a/nexus/pack.cc +++ b/nexus/pack.cc @@ -883,7 +883,8 @@ struct NexusPacker for (size_t i = 0; i < std::min(clk_fanout.size(), available_globals); i++) { NetInfo *net = ctx->nets.at(clk_fanout.at(i).second).get(); log_info(" promoting clock net '%s'\n", ctx->nameOf(net)); - insert_buffer(net, id_DCC, "glb_clk", id_CLKI, id_CLKO, [&](const PortRef &port) { return port.cell->type != id_DCC; }); + insert_buffer(net, id_DCC, "glb_clk", id_CLKI, id_CLKO, + [&](const PortRef &port) { return port.cell->type != id_DCC; }); } } -- cgit v1.2.3