Create Verilog test benches from asynchronous tests generated by BreezeTestGen.
npm install testgen4verilogTestGen4Verilog
===============
Ever wondered how to make use of tests generated by
BreezeTestGen?
Here's the answer:
1. Use this tool to create a testbench in SystemVerilog.
2. Verify your circuits.
3. Be awesome! Yay.
Installation
------------
Install Node.js and then:
npm install -g testgen4verilog
(or checkout this repo, cd into it and npm install -g)
Usage
-----
testgen4verilog
See testgen4verilog -h for options.