Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

verilog/sv parser for instance signal connections

davidpeng2023

Newbie
Joined
Dec 1, 2023
Messages
1
Helped
0
Reputation
0
Reaction score
0
Trophy points
1
Activity points
13
I wonder any suggestions for verilog/sv parser for multi-modules.

My task is to analyze the signal connection relationship in top module. To understand that, you can not just parse one module but multiple modules to know the input/output relationship. The tool like verible-verilog-syntax only works on one module and have no way to extract information like that.

I checked tools like Verilator or Yosys but it will take tons of effort to install and compile file hierarchy. Anybody had such experience before thus can suggest?

If yes, any python/perl wrapper of the tool for parsing work like this?

Thanks,
David
 
Hello

  1. Pyverilog:
    • Python-based framework for Verilog/SystemVerilog analysis, supports parsing multi-modules.
  2. MyHDL:
    • Python package for hardware description, has Verilog/SystemVerilog parsing capabilities.
  3. Migen:
    • Python tool for digital design, supports Verilog code generation and analysis.
  4. EDAPack:
    • Open-source EDA tools collection in Python, includes Verilog parsing.
For Perl, consider Verilog-Perl for Verilog parsing and hierarchy handling.
 

LaTeX Commands Quick-Menu:

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top