-
Notifications
You must be signed in to change notification settings - Fork 430
Open
Description
After introducing the layer_low and layer_high attributes for each RR graph node (replacing the previous single layer attribute), RR graph XML files generated by earlier versions can no longer be read by VPR.
The issue occurs because older RR graph XML files still contain only the layer attribute for each node, which is no longer recognized by the XML parser. As a result, the parser either treats the attribute as missing or expects layer_low and layer_high instead of layer.
Metadata
Metadata
Assignees
Labels
No labels