Simple program that counts the total number of transistors in a gate-level Verilog netlist using CDL file.
cargo build --release
cargo run -r -- lib.cdl netlist.vVerilog parser wrapper is based on https://github.com/sgherbst/svinst
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Simple program that counts the total number of transistors in a gate-level Verilog netlist using CDL file.
cargo build --release
cargo run -r -- lib.cdl netlist.vVerilog parser wrapper is based on https://github.com/sgherbst/svinst