Skip to content

Parse a verilog file and extract its ports to a database. Generate an excel file with the data per port. Compare a verilog file (one module) to an existing excel .

Notifications You must be signed in to change notification settings

golan1202/verilog-parser

Repository files navigation

verilog-parser

Task definition:

  1. Parse a verilog file (one module) and extract its ports (input, output, inout) to a database (array? table? Hash? Whatever…)
  2. Generate an excel file with the following data per port: port name, direction, width, description (empty by default)
  3. Compare a verilog file (one module) to an existing excel and report which ports changed and what was changed (new port? Port deleted? Description changed? Width? Direction? Etc)

About

Parse a verilog file and extract its ports to a database. Generate an excel file with the data per port. Compare a verilog file (one module) to an existing excel .

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published