Skip to content
View go2uvm's full-sized avatar

Block or report go2uvm

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
go2uvm/README.md

go2uvm

Main repo for Go2UVM source code, examples and apps

Update - Jan 2021, UVM eBook is freely available via link below:

https://tinyurl.com/uvmpdf https://drive.google.com/file/d/1uBkWdjASMBe-4NxfLIkGp2_oRsxWw4Ju/view?usp=sharing

Have a great year ahead, happy learning! Welcome to VerifWorks Go2UVM Package -- The fastest way to get started with industry's standard Verification methodology

To use this package:

We ship this free package as a SystemVerilog file. You need to compile this file along with your other files to get going. Here are step-by-step instructions:

  1. git clone https://github.com/svenka3/go2uvm

  2. source setup.csh (or setup.bash - if using BASH)

  3. Add the below 2 lines to your simulator's command line: +incdir+$VW_GO2UVM_HOME $VW_GO2UVM_HOME/src/vw_go2uvm_pkg.sv

  4. You are all set to GO-2-UVM now!

  5. Refer to the examples provided under ${VW_GO2UVM_HOME}/examples

Popular repositories Loading

  1. go2uvm go2uvm Public

    Main repo for Go2UVM source code, examples and apps

    SystemVerilog 21 23

  2. sva_traces sva_traces Public

    Traces for SVA - SystemVerilog Assertions; Will use Go2UVM package to write traces and use uvm_report_mock to predict errors

    SystemVerilog 11 4

  3. Waves2UVM Waves2UVM Public

    Repo for Waves2UVM with WaveDrom and other formats

    5 3

  4. os_uvm_vault os_uvm_vault Public

    Open-Source UVM Vault - a set of tests to demo various UVM BCL (Base Class Library) errors

    1

  5. OVM_go2ovm OVM_go2ovm Public

    OVM version of Go2UVM - with sub-set of features