quick.gif

space2.gif

space2.gif

space2.gif

space2.gif

space2.gif

space2.gif

space2.gif

   

space.gif

   

space.gif

  ../images/main/bullet_green_ball.gif Introduction

RVM stands for Reference Verification Methodology. This was developed by Synopsys. I think this is one of the best verification methodology out there. Ofcourse we have VMM, which is same as RVM, but it is for SystemVerilog.

   

space.gif

Before RVM came, each verification engineer use to write verification env in his own way, there was no standard way to define BFM, checkers, base objects. Even in same company and same projects, there was variations in how testbenches were written. It was difficult for other engineers to understand other engineers testbench and thus resulting in poor reuse.

   

space.gif

RVM what it does is, it defines a framework of how things should be done, it saves lot of typing, and all the testbenches looks same.

   

space.gif

../images/vera/rvm.png
   

space.gif

Following are important components of RVM class library

   

space.gif

  • rvm_log :Common messaging class
  • rvm_data :This is used for modelling data units or base objects.
  • rvm_xactor :This is used for modelling BFM, checkers, anything that requires threads
  • rvm_channel :This is like FIFO, which can used for passing data from one object to another object.
  • rvm_notify :This is event notification class.
  • rvm_atomic_gen :This is random rvm_data generator for generating random stimulus.
  • rvm_scenario_gen :This is used for generating array of random rvm_data for creating complex random stimulus.
  • rvm_env :This is top level testbench, which sequences various operation in testbench.
   

space.gif

When you write testbench using rvm, rvm_std_lib.vrh file should be included and when compiling with rvm in VCS following command line options should be passed in addition to what you already pass

   

space.gif

-ntb_opts rvm

   

space.gif

   

space.gif

   

space.gif

   

space.gif

space2.gif

space2.gif

space2.gif

space2.gif

space2.gif

  

Copyright © 1998-2014

Deepak Kumar Tala - All rights reserved

Do you have any Comment? mail me at:deepak@asic-world.com