gitCyan / UVMReference

Reference examples and short projects using UVM Methodology

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

UVMReference

Reference examples and short projects using UVM Methodology

  1. course_examples directory has example code for basic uvm components and sequences that are referred in the course lectures This can be referred which also has decent enough comments to understand structure

  2. apb_project This containts a working copy for an APB interface protocol verification environment in UVM. Refer to this for the APB project assignment as part of the course

  3. uvm_report_catcher Custom UVM Report Catcher object to demote UVM_ERROR to UVM_INFO. Uses Component ID based match (commented in report catcher code), and string based comparison with regular expression.

About

Reference examples and short projects using UVM Methodology


Languages

Language:SystemVerilog 97.5%Language:Python 2.3%Language:Forth 0.2%