Skip to content

Latest commit

 

History

History
36 lines (19 loc) · 880 Bytes

File metadata and controls

36 lines (19 loc) · 880 Bytes

UVM verification component and testbench generator

Getting started

WARNING Current release is for demonstration purposes only. Author does not consider the work to be production ready. Use as your own risk!

Prerequisites

  • JDK 8
  • sbt (recent version)

Compiling

  • Create fat JAR: sbt assembly, binary located at target/scala-2.12/uvmgen-assembly-1.0.jar

Installing

  • Copy file uvmgen-assembly-1.0.jar to where you see fit

Running

  • Use java -jar path/to/uvmgen-assembly-1.0.jar -help

Documentation

What documentation?

Refer to configuration file examples here.

Authors

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.