ID(\\.*) -> ID(.*)
This commit is contained in:
@@ -671,8 +671,8 @@ struct FlowmapWorker
|
||||
labels[node] = -1;
|
||||
for (auto input : inputs)
|
||||
{
|
||||
if (input.wire->attributes.count(ID(\\$flowmap_level)))
|
||||
labels[input] = input.wire->attributes[ID(\\$flowmap_level)].as_int();
|
||||
if (input.wire->attributes.count(ID($flowmap_level)))
|
||||
labels[input] = input.wire->attributes[ID($flowmap_level)].as_int();
|
||||
else
|
||||
labels[input] = 0;
|
||||
}
|
||||
@@ -1412,7 +1412,7 @@ struct FlowmapWorker
|
||||
for (auto gate_node : lut_gates[node])
|
||||
{
|
||||
auto gate_origin = node_origins[gate_node];
|
||||
lut->add_strpool_attribute(ID(\\src), gate_origin.cell->get_strpool_attribute(ID(\\src)));
|
||||
lut->add_strpool_attribute(ID(src), gate_origin.cell->get_strpool_attribute(ID(src)));
|
||||
packed_count++;
|
||||
}
|
||||
lut_count++;
|
||||
|
||||
Reference in New Issue
Block a user