This PR addresses the problem of not being able to assign a default configurations of the same type for different node types. For example, one could not assign the default preferred_impl_style for node type "MVAU" as "hls" and "rtl" for node type "FMPadding" in FINN.
An example of a specialze layer config for FINN which uses the updated parser:
This PR addresses the problem of not being able to assign a default configurations of the same type for different node types. For example, one could not assign the default preferred_impl_style for node type "MVAU" as "hls" and "rtl" for node type "FMPadding" in FINN.
An example of a specialze layer config for FINN which uses the updated parser:
The changes made to the parser do not break old configurations.