From 0ebd7afab99851641754aa3ab8852d4c3cf3eaf0 Mon Sep 17 00:00:00 2001 From: Miodrag Milanovic Date: Mon, 7 Jul 2025 10:15:50 +0200 Subject: [PATCH] clangformat --- common/kernel/report.cc | 3 ++- himbaechel/uarch/gatemate/pack.cc | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/common/kernel/report.cc b/common/kernel/report.cc index 08d48e82..4c1ef9f0 100644 --- a/common/kernel/report.cc +++ b/common/kernel/report.cc @@ -51,7 +51,8 @@ static std::string clock_event_name(const Context *ctx, const ClockEvent &e) return value; }; -static std::vector net_sources(const NetInfo *net, const Context *ctx) { +static std::vector net_sources(const NetInfo *net, const Context *ctx) +{ auto sources = net->attrs.find(ctx->id("src")); std::vector source_entries; if (sources != net->attrs.end()) { diff --git a/himbaechel/uarch/gatemate/pack.cc b/himbaechel/uarch/gatemate/pack.cc index 840e95fd..66a81df1 100644 --- a/himbaechel/uarch/gatemate/pack.cc +++ b/himbaechel/uarch/gatemate/pack.cc @@ -302,7 +302,7 @@ void GateMateImpl::pack() packer.pack_misc(); packer.pack_ram(); packer.pack_serdes(); - //packer.pack_mult(); + // packer.pack_mult(); packer.pack_addf(); packer.pack_cpe(); packer.remove_constants();