Simulation vs. Synthesis Files
Rules are scoped, meaning they can apply:
Only to synthesis files (rules tagged as
synthesis)Or only to simulation files (tagged with
simulation)Or to both synthesis and simulation files
To analyze simulation files:
Add paths of simulation files to
sonar.sourcesTell Linty which part of your source code is about simulation through the
sonar.hdl.file.simulationPathsproperty (Project Settings > General Settings > HDL).