verilog-netlist-parser 0.1.0

iEDA verilog netlist parser
Documentation
  • Coverage
  • 0%
    0 out of 1 items documented0 out of 0 items with examples
  • Size
  • Source code size: 145.73 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 576.79 kB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 31s Average build duration of successful builds.
  • all releases: 31s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • Repository
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • simintao

Netlist Verilog Parser

introduction

The verilog netlist parser is belong to iEDA project. The parser read netlist verilog file to eda tools.

dependence

The verilog netlist parser use pest crate to build syntax tree.