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;
|
||||
};
|
||||
|
||||
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()) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue