mirror of
https://github.com/YosysHQ/nextpnr.git
synced 2026-01-11 23:53:21 +00:00
clangformat
This commit is contained in:
parent
84d8e1abe7
commit
0ebd7afab9
@ -51,7 +51,8 @@ static std::string clock_event_name(const Context *ctx, const ClockEvent &e)
|
||||
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"));
|
||||
std::vector<std::string> source_entries;
|
||||
if (sources != net->attrs.end()) {
|
||||
|
||||
@ -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();
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user