Try it in 3 clics - VHDLTool/sonar-VHDLRC GitHub Wiki

Required environment

Windows 10 WSL 64 bit       Linux Ubuntu 64 bit       Java 11

1- From the latest release

Download sonar-vhdlrc-plugin.jar
Download rc-scanner-x.x-[OS]
Download sonarqube-7.9.x LTS version
Download plasma_demo.zip

Put the downloaded jar in sonarqube-7.9.x/extensions/plugins, removing any previous versions of the same plugins.

2- Launch the Sonarqube server

3- Unzip the plasma_demo VHDL project, open a terminal in the folderplasma_demo/ and launch
Windows 10 WSL or Linux

<PATH_TO_rc-scanner-x.x-linux>/bin/rc-scanner

:warning: The analysis uses eclipse to run, so make sure no other eclipse process is running

You can check the project at http://localhost:9000
LOGIN : admin
PW : admin

You can then install the scanner properly to scan your own projects