/hdl_analyzer

Python module with API/Scripts for help with analyzing HDL designs.

Primary LanguagePythonOtherNOASSERTION

hdl_analyzer

This is python library/program for extract some information from HDL designs. It uses hdlConvertorAst as dependence for reading/parsing VHDL/Verilog/SystemVerilog sources.

License

This module is under LGPLv3 license. See LICENSE file for more details.

Features

Create JSON project file

hdl_analyzer_project.py script can be used to manipulate/create hdl_analyzer JSN project file.

Analyze hiearchy

hdl_analyzer_hiearchy.py script can be used to analyze hiearchy of module/instance.