Skip to main content

vhdl

vhdl_linter(IP_LIB **kwargs)

vhdl-linter tool interface.

This function will create a target for linting the VHDL files, more information about the tool can be found here. It does support vhdl-linter.yml configuration file, if you have your own.

It expects that IP_LIB has SOURCES property set with a list of VHDL files to be used as inputs.

During the linting, errors, warning or informations will be displayed in the terminal. No changes will be done to the files and no new files with corrected errors or warning will be produced.

Parameters

NameTypeDescription
IP_LIBstringThe target IP library.