mirror of https://github.com/YosysHQ/nextpnr.git
parent
7c81d4e630
commit
4754ab3894
|
|
@ -85,10 +85,7 @@ struct JsonFrontendImpl
|
|||
NPNR_ASSERT_FALSE("invalid json port direction");
|
||||
}
|
||||
|
||||
PortType get_port_dir(ModulePortDataType &port) const
|
||||
{
|
||||
return lookup_portdir(port["direction"].string_value());
|
||||
}
|
||||
PortType get_port_dir(ModulePortDataType &port) const { return lookup_portdir(port["direction"].string_value()); }
|
||||
|
||||
int get_array_offset(const Json &obj) const
|
||||
{
|
||||
|
|
|
|||
|
|
@ -112,7 +112,6 @@ static void pack_nonlut_ffs(Context *ctx)
|
|||
}
|
||||
}
|
||||
|
||||
|
||||
// Merge a net into a constant net
|
||||
static void set_net_constant(const Context *ctx, NetInfo *orig, NetInfo *constnet, bool constval)
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue