mirror of https://github.com/YosysHQ/nextpnr.git
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;
|
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()) {
|
||||||
|
|
|
||||||
|
|
@ -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();
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue