testgen4verilog
v0.1.4
Published
Create Verilog test benches from asynchronous tests generated by BreezeTestGen.
Readme
TestGen4Verilog
Ever wondered how to make use of tests generated by BreezeTestGen?
Here's the answer:
- Use this tool to create a testbench in SystemVerilog.
- Verify your circuits.
- 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 <testfile>See testgen4verilog -h for options.
