mirror of
https://github.com/YosysHQ/nextpnr.git
synced 2026-02-26 08:53:46 +00:00
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user