epmoyer / netdiff

PADS netlist comparison (diff) tool

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

netdiff

netdiff is a PADS netlist comparison tool written in Python

Example

screenshot

Usage

$ ./netdiff.py --help
Usage:
    netdiff [-d] <file1> <file2> [--width=<width>]
    netdiff -h | --help
    netdiff --version

Options:
  -h --help               Show this screen.
  --version               Show version.
  -d                      Show differences only.
  --width=<width>         Column width [default: 40].

About

PADS netlist comparison (diff) tool

License:MIT License


Languages

Language:Python 100.0%