Correctly check for resource strategy with lowercase
Created by: vloncar
If resource strategy for entire model was specified in lowercase in yml file like e.g. here, this would confuse vivado_writer.py
and make it behave as if strategy was latency
. Observed with @chaitanyaPaikara