0.1.4 • Published 9 years ago
testgen4verilog v0.1.4
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.