Menu
  • HOME
  • TAGS

How do i get the input and output names of Verilog module using scripts or tools?

interface,verilog,iverilog

Verilog-Perl can parse Verilog to obtain the names of the inputs and outputs of the module. It is free software which can be downloaded and installed. There are many code examples to do what you want, but it does require some knowledge of the Perl language. You are wise to...