Skip to content

fix: make interface comparison case-insensitive

Lukasz Butkowski requested to merge default_interface_to_uppercase into main

This makes the interface comparison case-insensitive, fixing (for instance) a case where an interface is not defined and the default is assigned (axi4l) which doesn't match AXI4L.

Merge request reports