Skip to main content

Pyverilog-based verification/design tools

Project description

Introduction

Pyverilog_toolbox is Pyverilog-based verification/design tool.

Accerating your digital circuit design verification.

Thanks to Pyverilog developer shtaxxx.

Software Requirements

Installation

If you want to use Pyverilog as a general library, you can install on your environment by using setup.py.

If you use Python 2.7,

python setup.py install

Or you can use pip

pip install pyverilog_toolbox

Python 3.x is not tried by author.

Tools

codeclone_finder

codeclone_finder can find pair of the register clone, which always hold same value. Also can find pair of the invert register, which always hold different value.

Click here to know usage

combloop_finder

Combinational logic loop is sticky problem, but you can find it by combloop_finder easily.

Click here to know usage

unreferenced_finder

Unreferenced_finder can find signals which isn’t referenced by any signals. By using this, you can delte unnecessary codes.

Click here to know usage

regmap_analyzer

regmap_analyzer can analyze register map structure from RTL. After install Pyverilog_toolbox, you can use regmap analyzer by this command.

Click here to know usage

cnt_analyzer

cnt_analyzer analyze counter property(up or down, max value, reset value and counter dependency). And extracting event which depends on counter value. This feature help you finding redundunt counter, deadlock loop, and other counter trouble.

Click here to know usage

License

Apache License 2.0 (http://www.apache.org/licenses/LICENSE-2.0)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pyverilog_toolbox-0.0.0.zip (236.2 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page