[[sharing_naming_conventions]] This rule allows to check that clock management module name matches a provided regular expression.
With default regular expression: ^cmm$
entity clocks is ... end;
With default regular expression: ^cmm$
entity cmm is ... end;