RustamC / transistor_counter

Simple transistor counter in Verilog gate-level netlist using data from CDL

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Simple program that counts the total number of transistors in a gate-level Verilog netlist using CDL file.

Requirements:

Build instructions

cargo build --release

Usage

cargo run -r -- lib.cdl netlist.v

Acknowledgement

Verilog parser wrapper is based on https://github.com/sgherbst/svinst

About

Simple transistor counter in Verilog gate-level netlist using data from CDL

License:MIT License


Languages

Language:Rust 100.0%