clangformat

This commit is contained in:
Miodrag Milanovic 2025-07-07 10:15:50 +02:00
parent 84d8e1abe7
commit 0ebd7afab9
2 changed files with 3 additions and 2 deletions

View File

@ -51,7 +51,8 @@ static std::string clock_event_name(const Context *ctx, const ClockEvent &e)
return value; return value;
}; };
static std::vector<std::string> net_sources(const NetInfo *net, const Context *ctx) { static std::vector<std::string> net_sources(const NetInfo *net, const Context *ctx)
{
auto sources = net->attrs.find(ctx->id("src")); auto sources = net->attrs.find(ctx->id("src"));
std::vector<std::string> source_entries; std::vector<std::string> source_entries;
if (sources != net->attrs.end()) { if (sources != net->attrs.end()) {

View File

@ -302,7 +302,7 @@ void GateMateImpl::pack()
packer.pack_misc(); packer.pack_misc();
packer.pack_ram(); packer.pack_ram();
packer.pack_serdes(); packer.pack_serdes();
//packer.pack_mult(); // packer.pack_mult();
packer.pack_addf(); packer.pack_addf();
packer.pack_cpe(); packer.pack_cpe();
packer.remove_constants(); packer.remove_constants();